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