> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reference

> SuperOffice Webhooks reference

This section describes the events and how they appear when events are dispatched to your webhook receiver.

## Delete events

Since the item has been deleted, the delete event contains the id values from the deleted object as part of the webhook payload.

```json theme={null}
{
  "Timestamp": "2018-04-24T07:50:50.6812131Z",
  "Values": {
    "sale_id": 994863,
    "contact_id": 43,
    "person_id": 64,
    "project_id": 178105
  },
  "Event": "sale.deleted",
  "PrimaryKey": 994863,
  "Entity": "sale",
  "ContextIdentifier": "Cust1234",
  "ChangedByAssociateId": 316,
  "WebhookName":"Name you provided"
}
```


## Related topics

- [SuperOffice.WebApi.Agents.IPreferenceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IPreferenceAgent.md)
- [SuperOffice.WebApi.Agents.PreferenceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PreferenceAgent.md)
- [NSPreferenceAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSPreferenceAgent.md)
- [SuperOffice.WebApi.Data.Preference GetPreferenceDescriptionLinesByPrefDescIdRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Preference_GetPreferenceDescriptionLinesByPrefDescIdRequest.md)
- [SuperOffice.WebApi.Data.Preference GetPreferenceRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Preference_GetPreferenceRequest.md)
- [SuperOffice.WebApi.Data.Preference DeletePreferenceRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Preference_DeletePreferenceRequest.md)
- [SuperOffice.WebApi.Data.Preference SavePreferenceRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Preference_SavePreferenceRequest.md)
