Delete Content Page
Moves a content page specified by the numeric id to the trash by setting its status to 100 (Deleted).
Path Parameters
idstringrequired
Id of the content page.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {}
}