>>

Delete Category

This route requires a valid Authorization header.

DELETE/spheres/<sphere_id>/categories/<category_id>

Delete a category.

>>

Path Params

NameType
sphere_idNumber
category_idNumber
>>

Response

201Empty response.

>>

Example

curl --request DELETE \
  -H "Authorization: <token>" \
  https://api.eludris.gay/spheres/1234/categories/5678