DELETE
/
v1
/
entities
/
{entityId}
/
permissions
/
principals
/
{principalId}
Remove permissions from an Entity
curl --request DELETE \
  --url https://prd.der-connect.eliagroup.eu/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<uuid>
required

The id of the Entity

principalId
string<uuid>
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

OK