Asset PurgedWebhook

Receive a notification when an Asset in Tenovos is purged from the Recycle Bin.

SecurityOAuth2
Request
Request Body schema: application/json

Information about an asset when it's Permanently deleted in Tenovos. This information will no longer be available from Tenovos.

eventType
string

Combination of the Topic and the Event

object (event)

Object containing event information and the user who triggered the event.

object (asset)
Responses
200

Return a 200 status to Tenovos to indicate that the data was received successfully

Request samples
application/json
{
  • "eventType": "asset.purged",
  • "event": {
    },
  • "asset": {
    }
}