Auth

Sign out the current session

POST
/auth/sign-out

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Response Body

curl -X POST "https://example.com/auth/sign-out"
Empty