Skip to main content
DELETE
Deactivates a role in the caller's organization.

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Headers

X-Organization-ID
string<uuid>

ID of the organization to scope this operation to. When omitted, the role is disabled in the caller's own organization. Must be a valid non-empty UUID. Present but empty or malformed values return 400.

Path Parameters

roleId
string<uuid>
required

The ID of the role to deactivate.

Response

Role deactivated successfully.