Sign in

Delete admin user

documented

Delete a user by ID (admin scope).

DELETE /admin/users/{userId}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://{{PROJECT_URL}}/auth/v1/admin/users/{{$user_id}}" \
  -X DELETE \
  -H "Authorization: Bearer {{SUPABASE_SERVICE_ROLE_KEY}}" \
  -H "apikey: {{SUPABASE_SERVICE_ROLE_KEY}}" \
  -H "Accept: application/json"
Delete admin user · Supabase · OpenIntegrations