Sign in

Logout

documented

Log out a user (terminate sessions).

POST /auth/v1/logoutAuthno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$project}}.supabase.co/auth/v1/logout?scope={{$scope}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "apikey: {{SUPABASE_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Logout · Supabase · OpenIntegrations