Conversation APIs
/- Conversation Manager
- V3
- Delete Channel
Create Channel
Get Channels
Get Channel
Update Channel
Delete Channel
Use this API to delete a channel in the Conversation Manager. A channel can not be deleted if it is in use in the client application.
Client application must have 'app.conversation.conversationmgr.manage' scope assigned.
Security
oAuthClient(Required scopes:
https://api.egain.cloud/auth/.de...
)DELETE
curl -i -X DELETE \
https://api.egain.cloud/conversation/conversationmgr/v3/channels/7b6c5fff-036e-4a40-b68a-a67c592fc079 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'