Delete Category
This route requires a valid Authorization
header.
DELETE/spheres/<sphere_id>/categories/<category_id>
Delete a category.
Path Params
Name | Type |
---|---|
sphere_id | Number |
category_id | Number |
Response
201Empty response.
Example
curl --request DELETE \
-H "Authorization: <token>" \
https://api.eludris.gay/spheres/1234/categories/5678