Skip to content

Delete custom role

DELETE
/api/v1/organizations/{orgId}/roles/{id}
curl --request DELETE \
--url http://localhost:3000/api/v1/organizations/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/roles/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'X-API-Key: <X-API-Key>'

Deletes a custom role. System roles cannot be deleted.

id
required
string format: uuid

Role UUID

orgId
required
string format: uuid

Organization UUID

Role deleted successfully

Cannot delete system role or role in use

Unauthorized

Forbidden - Insufficient permissions

Role not found