cURL
curl --request DELETE \ --url https://api.useconquest.com/v1/channels/{channelId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a channel in your workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
true