...
Endpoint ID: | 2105 | ||||||||||||||||
Method: |
| ||||||||||||||||
URL: | /permissions/entity/id/{entityID}/terms/{termsID}/withdraw /permissions/entity/ext-key/{ext-key}/{ext-type}/terms/{termsID}/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 | ||||||||||||||||
termsID | A GUID string identifier for the terms | ||||||||||||||||
Request body: |
Code Block |
---|
{
"sourceID": 234,
"reason": "Abc"
}
|
JSON data describing the terms withdrawal
Required fields | ||
sourceID | The ID of the withdrawal source | |
reason | A reason for the withdrawal |
Code Block |
---|
{ "sourceID": 234, "reason": "Abc" } } ]} |
Span | ||
---|---|---|
| ||
Response body: |
None
The entity or terms were not found.
The following sub codes may be returned:
404.1 | Entity not found |
404.2 | External entity reference could not be found |
404.4 | Terms not found |
...