Delete a category
DELETE/categories/:id
Delete a category
Request
Path Parameters
id stringrequired
Responses
- 204
- 404
- 500
Successfully deleted the category
- */*
- Schema
- Example (from schema)
Schema
object
{}
Category not found
- */*
- Schema
- Example (from schema)
Schema
object
{}
Internal server error
- */*
- Schema
- Example (from schema)
Schema
object
{}
Loading...