asset.deleted
Sent when an asset is permanently removed from the account, either manually by a user or via API call.
| Parameter | Type | Description |
|---|---|---|
| thumbnail.syncstatus | string | Indicates whether the thumbnail is synced (e.g., 'synced', 'notsynced'). |
| thumbnail.type | string | MIME type of the thumbnail image (e.g., image/jpeg). |
| thumbnail.value | string (URL) | URL of the thumbnail image. |
| description | string | Optional text description of the asset. |
| id | string | Unique identifier for the media asset. |
| drid | string | Datagram resource ID used to reference the asset. |
| uploaded_by | string | Uploader ID and username combined. |
| uploaded | datetime | ISO timestamp when the asset was uploaded. |
| type | string | Type of the asset (e.g., 'video'). |
| storage | string | Storage ID associated with the file. |
| modified | datetime | Last modification timestamp in readable format. |
| string | Email address of the uploader. | |
| in_folders_list | array | Array of folders the asset belongs to. |
| reference_id | string | External reference ID if assigned. |
| caption | string | Short label or caption for the asset. |
| filename | string | Filename of the uploaded asset. |
| filesize | integer | Size of the file in bytes. |
| tags | string | Tags related to the file (comma-separated, if any). |
| related_link_text | string | Text to display for a related link. |
| duid | string | Datagram Unique Identifier for the asset. |
| plan_name | string | Plan or subscription tier of the user (e.g., 'enterprise'). |
| storyboard.syncstatus | string | Sync status of the storyboard preview image. |
| storyboard.type | string | MIME type of the storyboard image. |
| storyboard.value | string | URL to the storyboard image preview. |
| reason | string | The internal reason and log message for the event trigger. |
| related_link_url | string | URL to an associated external link. |
| args | string | Optional arguments passed with the event. |
| timeline | string | Custom metadata timeline info. |
| accid | string | Account ID of the user. |
| long_description | string | Detailed description of the asset. |
| event | string | Event type for the webhook (e.g., 'asset.deleted'). |
| pid | integer | Project ID linked to the file. |
| content.syncstatus | string | Sync status of the video content (e.g., 'notsynced'). |
| content.type | string | MIME type of the video content (e.g., 'video/x-flv'). |
| content.value | string | URL to access the video file. |
| uid | integer | Uploader user ID. |
| exif.bitrate | string | Bitrate of the video stream. |
| exif.height | string | Height of the video resolution. |
| exif.duration | string | Length of the video (HH:MM:SS). |
| exif.fps | string | Frame rate of the video. |
| exif.width | string | Width of the video resolution. |
| exif.originaldate | string | Original creation date of the asset. |
| versions.[name].filesize | string | Size of the file version in bytes. |
| versions.[name].name | string | Name label of the file version (e.g., 720p, original). |
| versions.[name].url | string | Public URL for the file version. |
| versions.[name].mime | string | MIME type of the file version. |