>>

Delete Channel

This route requires a valid Authorization header.

DELETE/spheres/<sphere_id>/channels/<channel_id>

Delete a channel.

>>

Path Params

NameType
sphere_idNumber
channel_idNumber
>>

Response

200Empty response.

>>

Example

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