Withdraw an entities acceptance of a set of terms
Endpoint ID: | 2105 | |||||||
Method: | PUT | |||||||
URL: | /permissions/entity/id/{entityID}/terms/{termsID}/withdraw /permissions/entity/ext-key/{ext-key}/{ext-type}/terms/{termsID}/withdraw | |||||||
Request body: | ||||||||
Response body: | { "isActive": false, "isWithdrawn": true, "terms": { "id": "1f788c79-7dde-407f-a976-6b58b39aa79d", "version": "1.2", "isMostRecentVersion": false }, "acceptance": { "timestamp": "utc timestamp", "sourceID": 123 }, "withdrawal": { "timestamp": "utc timestamp", "sourceID": 234, "reason": "Abc" } } | |||||||
Status codes: | 200 | Entity permission was withdrawn | ||||||
404 | The entity or terms were not found. The following sub codes may be returned:
|