deleteCustomContent
Delete custom content
DELETE /custom-content/{id} HTTP/1.1Parameters
{
"id": {
"description": "The ID of the custom content to be deleted.",
"required": true,
"location": "path",
"type": "integer",
"format": "int64"
},
"purge": {
"description": "If attempting to purge the custom content.",
"required": false,
"location": "query",
"type": "boolean"
}
}