DELETE
/
v1
/
entities
/
{entityId}
/
permissions
/
principals
/
{principalId}
curl --request DELETE \
  --url https://platform.realto.io/api/v1/entities/{entityId}/permissions/principals/{principalId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string
required

The id of the Entity

principalId
string
required

The id of the Principal

Query Parameters

permissionLevel
enum<string>

Optional, the specific permission level to remove

Available options:
Viewer,
Contributor,
Administer,
Owner

Response

200
_mintlify/placeholder

OK