deleteAttachmentPropertyById
Delete content property for attachment by id
DELETE /attachments/{attachment-id}/properties/{property-id} HTTP/1.1Parameters
{
"attachment-id": {
"description": "The ID of the attachment the property belongs to.",
"required": true,
"location": "path",
"type": "string"
},
"property-id": {
"description": "The ID of the property to be deleted.",
"required": true,
"location": "path",
"type": "integer",
"format": "int64"
}
}