Record Removed

The EVENT_RECORD_REMOVE push event is sent when a record is removed in the CAD.

This push event requires the pro version of Sonoran CAD or higher. For more information, see our pricing page.

EVENT_RECORD_REMOVE

Note: This event will NOT be fired when removing a record via API, as your server is already aware of the record being added.

{
  "key": "YOUR_API_KEY", // Authenticate legitimate event traffic
  "type": "EVENT_RECORD_REMOVE",
  "data": {
    "record": {} // Custom record object
  }
}

Custom Record Object

The record object will contain the custom record object, in accordance with the record format below:

pageCustom Records

Last updated