Use this API to delete an asset. After an asset is used in a message the asset cannot be deleted.
Client application must have 'app.conversation.conversationmgr.interaction.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/assets/1001 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'