APIDelete Admin

Delete Admin

Remove an administrator from a project.

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.

Request
curl -X DELETE "https://api.botsubscription.com/v2/projects/f47ac10b-58cc-4372-a567-0e02b2c3d479/admins/user_123456789" \
  -H "Authorization: Bearer YOUR_TOKEN"
Admin deletedapplication/json

No response body is returned on successful deletion.

Last updated: