DELETE
/
categories
/
{categoryId}
curl --request DELETE \
  --url https://api.aasaan.shop/api/v1/stores/categories/{categoryId}
"<string>"

Path Parameters

categoryId
string
required

Category id

Response

200
application/json
A string response noting whether the category was deleted or not.

The response is of type string.