Delete Asset

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.

SecurityoAuthClient
Request
path Parameters
id
required
string <= 255 characters

id of object

Example: 1001
Responses
204

No Content

401

Unauthorized

403

Forbidden

404

Not Found

delete/assets/{id}
Request samples
Response samples
application/json

Invalid on expired Authorization. Generate new Authorization header and try again.

{
  • "code": "401-104",
  • "developerMessage": "Invalid or missing 'Authorization' header value."
}