deleteBlogpostPropertyById
Delete content property for blogpost by id
DELETE /blogposts/{blogpost-id}/properties/{property-id} HTTP/1.1Parameters
{
"blogpost-id": {
"description": "The ID of the blog post 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"
}
}