Delete a post by id (manager)
Path parameters
-
The post id
DELETE
/manager/posts/{id}
curl \
-X DELETE https://domain.tld/api/v2/manager/posts/{id}
Response examples (401)
{
"message": "Unauthorized."
}