Sign in

Delete OAuth client

documented

Delete an OAuth client.

DELETE /admin/oauth/clients/{clientId}Adminno 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://api.supabase.com/v1/admin/oauth/clients/{{$clientId}}" \
  -X DELETE \
  -H "Authorization: Bearer {{SUPABASE_SERVICE_ROLE}}" \
  -H "apikey: {{SUPABASE_API_KEY}}" \
  -H "Accept: application/json"
Delete OAuth client · Supabase · OpenIntegrations