Skip to main content
DELETE
Revoke a role

Authorizations

Authorization
string
header
required

Plerion organization API key (plerion_oak_…), created by an organization admin in the Plerion app. GET operations work with a key of either access level; POST, PUT and DELETE require the readWrite access level.

Path Parameters

roleId
string<uuid>
required

The role id, built-in or custom.

principalType
enum<string>
required

users or groups.

Available options:
users,
groups
principalId
string<uuid>
required

The user id or user group id.

Query Parameters

tenantId
string<uuid>

The tenant of the grant to revoke. Built-in tenant roles only.

Response

Revoked.