cURL
curl --request DELETE \ --url https://charts.basedash.com/api/public/organizations/{orgId}/members/{id} \ --header 'Authorization: Bearer <token>'
{ "error": { "title": "<string>", "detail": "<string>" } }
Deactivates a member in the organization. Requires admin access to the organization. Cannot deactivate the last active admin.
API key authentication using Bearer token format: Bearer <basedash_api_key>
Bearer <basedash_api_key>
Organization ID
Member ID
Member deactivated successfully
Was this page helpful?