Skip to content

Delete Asset

Request

Overview

Use this API to delete an asset. After an asset is used in a message the asset cannot be deleted.

Scope

Client application must have 'app.conversation.conversationmgr.interaction.manage' scope assigned.

Security
oAuthClient(Required scopes:
https://api.egain.cloud/auth/.de...
)
Path
idstring, <= 255 charactersrequired

id of object

Example:1001
DELETE
/assets/{id}
curl -i -X DELETE \
  https://api.egain.cloud/conversation/conversationmgr/v3/assets/1001 \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

No Content

Response
No content