WEBHOOK
documents.slides.deleted
{
  "type": "document.slides.deleted",
  "timestamp": "2025-03-25T09:29:11.000Z",
  "data": {},
  "previousAttributes": {
    "id": 1876614,
    "eventId": 47220,
    "companyId": 12758,
    "typeId": 5,
    "fileUrl": "https://example.com/slides.pdf",
    "createdAt": "2025-03-24T10:29:56.000Z",
    "updatedAt": "2025-03-24T11:37:22.000Z"
  }
}

Headers

Webhook-Id
string
required

A unique message identifier for the webhook.

Webhook-Timestamp
string
required

The time the message was generated (Unix timestamp in seconds).

Webhook-Signature
string
required

A cryptographic signature that allows you to verify the integrity and authenticity of the payload.

Body

application/json
type
string
required

The type of event.

Allowed value: "document.slides.deleted"
timestamp
string
required

The time the event was triggered.

data
object
required

On deletion, data is empty as the entity is no longer available.

previousAttributes
object
required

The last known state of the entity.

Response

200

Webhook received successfully

Was this page helpful?