API Reference
Removes a user from this app and revokes their tokens. Does not delete the underlying Supabase auth user.
Authorization
BasicAuth AuthorizationBasic <token>
Management endpoints: use client_id as username and client_secret as password.
In: header
Path Parameters
userId*string
Response Body
application/json
application/json
curl -X DELETE "https://example.com/api/platform/v1/users/string"Empty
{
"error": "string",
"message": "string"
}{
"error": "string",
"message": "string"
}