DELETE
/
v1
/
channels
/
{channelId}
cURL
curl --request DELETE \
  --url https://api.useconquest.com/v1/channels/{channelId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

channelId
string
required

Response

Successful response

success
boolean
Example:

true