Delete Post Category

You can delete data that has been stored in database by sending a DELETE request to remove a document using the unique ID

Method : DELETE

URL : /web/setting/post/category/(ID)

Response : 200 OK

{
"message": "success delete post category",
"status": 200
}

Response : 404 NOT FOUND

Not Found

Response : 500 ERROR

Internal Server Error