Skip to main content
The OpportunityDelete event fires when an opportunity is permanently removed from a pipeline in a sub-account. Use this event to archive deal records in external systems, clean up associated data, or alert team members that a deal has been discarded.

Payload

FieldTypeDescription
typestringAlways "OpportunityDelete"
locationIdstringSub-account ID where the opportunity existed
idstringUnique identifier of the deleted opportunity
assignedTostringUser ID of the team member who was assigned to this opportunity
contactIdstringID of the contact that was associated with this opportunity
monetaryValuenumberEstimated deal value at the time of deletion
namestringDisplay name of the opportunity at the time of deletion
pipelineIdstringID of the pipeline the opportunity belonged to
pipelineStageIdstringID of the pipeline stage the opportunity was in when deleted
sourcestringOrigin of the opportunity (e.g., "form", "manual", "api")
statusstringStatus at the time of deletion (open, won, lost, or abandoned)
dateAddedstringISO 8601 timestamp of when the opportunity was originally created

Example payload

{
  "type": "OpportunityDelete",
  "locationId": "ve9EPM428h8vShlRW1KT",
  "id": "nmFmQEsNgz6AVpgLVUJ0",
  "assignedTo": "YlWd2wuCAZQzh2cH1fVZ",
  "contactId": "CWBf1PR9LvvBkcYqiXlc",
  "monetaryValue": 40,
  "name": "Loram ipsu",
  "pipelineId": "otg8dTQqGLh3Q6iQI55w",
  "pipelineStageId": "otg8dTQqGLh3Q6iQI55w",
  "source": "form",
  "status": "open",
  "dateAdded": "2021-11-26T12:41:02.193Z"
}
Last modified on March 4, 2026