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