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