Light Mode
Delete Category
DELETE
/categories/{category}Last modified: 16 days ago
This endpoint allows you to delete a specific category by passing the category
as a path parameter.
Request
Path Params
category
integer
required
The Category ID. List of Category ID can be found here
Request samples
Responses
Deleted Successfully(200)
Not Found(404)
Deleted Successfully
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 202,
"success": true,
"data": {
"message": "The Object has been removed successfully",
"code": 202
}
}
Last modified: 16 days ago