DELETE
/api/channels/:name
This endpoint allows you to permanently remove channels (specific name).
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| name | path | Yes |
Example Request
cURL
curl -X DELETE https://aegis.purdyandfigg.dev/api/channels/123 \
-H "Authorization: Bearer YOUR_TOKEN"