Dashboard
APIDelete Admin API - Revoke Team Access | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

Delete Admin - Revoke Team Member Access via API

Revoke administrative access from a team member. After deletion, the user loses all management permissions and can no longer access admin features. They remain as a regular user in your project unless separately banned.

DELETE/v2/projects/{project_id}/admins/{user_id}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

user_idstringrequired

The unique identifier of the admin user.

Last updated: