cURL
curl --request DELETE \ --url https://api.traxes.io/connect/v1/entities/{entityId}/permissions/principals/{principalId} \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "code": "<string>", "description": "<string>", "message": "<string>" } ] }
Access Token Authentication
The id of the Entity
The id of the Principal
Optional, the specific permission level to remove The available Permission Levels.
Viewer
Contributor
Administer
Owner
OK
Was this page helpful?