Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Endpoint ID:2105
Method:

Status
colourGreen
titlePUT

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-keyExternal key that uniquely identifies the entity

ext-typeType of external key

termsIDA GUID string identifier for the terms
Request body:

JSON data describing the terms withdrawal

Required fields
 sourceIDThe ID of the withdrawal source

reasonA reason for the withdrawal


Code Block
{
    "sourceID": 234,
    "reason": "Abc"
}



Span
stylewhite-space:nowrap

Response body:


None

Status codes:204Entity permission was withdrawn

404

The entity or terms were not found.

The following sub codes may be returned:

404.1Entity not found
404.2External entity reference could not be found
404.4Terms not found


...