LoginSessions

Revoke all other login sessions

DELETE
/users/me/sessions

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Query Parameters

scope*"others"

Value in

  • "others"

Response Body

application/json

curl -X DELETE "https://example.com/users/me/sessions?scope=others"
Empty
{  "message": "string"}
Empty