Conversation APIs
/- Conversation Manager
- V3
- Delete Orchestration
Create Orchestration
Get Orchestrations
Get Orchestration
Update Orchestration
Delete Orchestration
Use this API to delete an existing orchestration. If an orchestration object is in use in a channel account, then the orchestration object cannot be deleted.
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/orchestrations/7b6c5fff-036e-4a40-b68a-a67c592fc079 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'