Skip to main content
DELETE
/
networks
/
channels
/
{channelId}
Delete Channel
curl --request DELETE \
  --url https://api.eflow.team/v1/networks/channels/{channelId} \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "result": true
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Path Parameters

channelId
integer
required

The ID of the channel to delete.

Response

200 - application/json

OK

result
boolean

Whether the deletion was successful.