cURL
curl --request DELETE \ --url https://api.eflow.team/v1/networks/channels/{channelId} \ --header 'X-Eflow-Api-Key: <api-key>'
{ "result": true }
Delete an existing channel.
Documentation IndexFetch the complete documentation index at: https://developers.everflow.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.everflow.io/llms.txt
Use this file to discover all available pages before exploring further.
The Everflow API key generated from the Control Center > Security.
The ID of the channel to delete.
Whether the deletion was successful.
Was this page helpful?