9007: Remove content
Remove a tagged content item. Individual content items may be removed from the system, when they can be uniquely matched on
tags
and data
.Endpoint ID: | 9007 | ||||||||||||||||||||||
Method: | |||||||||||||||||||||||
URL: | /content/tagged/remove | ||||||||||||||||||||||
Request body: | A JSON object describing the content-matching query parameters.
Example 1 { "tags": [ "t1", "t2" ], "data": { "uniqueKey": 97531 } } Example 2 Â { "tags": [ "schedule" ], "data": { "weekDay": "Tuesday", "weekInYear": 32 } } | ||||||||||||||||||||||
Response body: | None  | ||||||||||||||||||||||
Status codes: | 204 | Content was successfully removed | |||||||||||||||||||||
 | 400.1 | Remove failed - multiple content items matched | |||||||||||||||||||||
 | 404.4 | Content not found |