Skip to main content
DELETE
/
teams
/
{team_id}
/
admins
/
{user_id}
Revoke a team-admin grant
curl --request DELETE \
  --url https://api.mnemom.ai/v1/teams/{team_id}/admins/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

team_id
string
required

Team identifier (UUID)

user_id
string<uuid>
required

Response

Revoked.