Skip to content

Custom Object Instance Deleted

deleted custom object instance object

objectstring

The unique identifier of the Custom Object type that defines the structure of the Custom Object instance.

Example:"Order"
idstring

The Intercom defined id representing the Custom Object instance.

Example:"123"
deletedboolean

Whether the Custom Object instance is deleted or not.

Example:true
{ "object": "Order", "id": "123", "deleted": true }