...
Excerpt |
---|
Withdraw a permission for an entity |
Endpoint ID: |
2107 | |||||||
Method: |
|
| |||||||||||||||||||
URL: | /permissions/entity/id/{entityID}/permission/{permissionID}/withdraw /permissions/entity/ext-key/{ext-key}/{ext-type}/permission/{permissionID}/withdraw | ||||||||||||||||||
entityID | dialogportal™ master key that uniquely identifies the entity | ||||||||||||||||||
ext-key | External key that uniquely identifies the entity | ||||||||||||||||||
ext-type | Type of external key | ||||||||||||||||||
permissionID | A GUID string identifier for the permission | ||||||||||||||||||
Request body: | JSON data describing the permission withdrawal
| ||||||||||||||||||
| None | ||||||||||||||||||
Status codes: | 204 | The permission was withdrawn | |||||||||||||||||
404 | The entity or permission were not found. The following sub codes may be returned:
| ||||||||||||||||||
412 | The contract does not allow access to this permission, or allow this withdrawal source
|