Authentication endpoint

POST /api/auth/signout

Revoke the Supabase session globally.

LiveAll plans

Endpoint contract

PropertyValue
MethodPOST
Path/api/auth/signout
SurfaceAuthentication
AccessSigned-in user
StatusLive

Purpose

Revoke the Supabase session globally.

Usage boundary

Authentication required

Caller requirements: Signed-in user. Inputs remain subject to route-specific validation, ownership, rate, quota, and idempotency controls.

Related documentation