Asset Deletion
The Asset Delete Event is used to notify whenever an asset is deleted.
Event Type: ASSET_DELETE
Trigger Condition
Subscription to the ASSET_DELETE event is mandatory. This event is triggered in real-time upon asset deletion.
Example Payload
{
"eventInfo": {
"actionBy": "060b46ff-28c5-11e7-a9c6-77fb7b8afa1b"
},
"messageType": "ASSET_DELETE",
"entityName": "513400999999",
"customerId": 5134,
"action": "Delete",
"entityId": "267de6b2-03e3-11f0-9340-b7c432be0ca0",
"time": 1742293734142
}
Reference
Field | Description |
---|---|
eventInfo | The unique Azuga ID of the user who performed the action
Example: |
messageType | Type of message |
entityName | Name of the Asset
Example: |
customerId | The unique Azuga ID of the Customer |
action | Action Performed
Example: |
entityId | The unique Azuga ID of the Asset. This is automatically generated when the Asset object is deleted and cannot be altered.
Example: |
time | Time when event is created in milliseconds
Example: |
Updated 5 days ago