Delete Channel
This route requires a valid Authorization
header.
DELETE/spheres/<sphere_id>/channels/<channel_id>
Delete a channel.
Path Params
Name | Type |
---|---|
sphere_id | Number |
channel_id | Number |
Response
200Empty response.
Example
curl --request DELETE \
-H "Authorization: <token>" \
https://api.eludris.gay/spheres/1234/channels/5678