Team Management
Delete Custom Role
Deletes a custom role. System roles cannot be deleted, and a role that is still assigned to members or pending invites (or set as a default role) cannot be deleted. Requires a global API key.
delete/api/v1/roles/{role_id}
Response
Role deleted successfully
Example response
{
"success": true,
"message": "Role deleted"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.