Delete Asset

Overview

API to delete an asset. Once the asset is used in message, then asset can't be deleted

Scope

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

SecurityoAuthClient
Request
path Parameters
id
required
string = 36 characters

id of object

Example: 7b6c5fff-036e-4a40-b68a-a67c592fc079
Responses
204

No Content

401

Unauthorized

404

Not Found

delete/assets/{id}
Request samples
Response samples
application/json
{
  • "code": "401-101",
  • "developerMessage": "Invalid or expired 'Authorization' header provided. New login is required."
}