Delete Category

DELETE {{baseUrl}}/categories/:category

This endpoint allows you to delete a specific category by providing the ID of the category you want to delete in the category path parameter.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":202,"success":true,"data":{"message":"The Object has been removed successfully","code":202}}