Document Deleted Webhook

This webhook is triggered when a document has been removed.

The webhook is sent to your configured endpoint URL when a document has been removed. This event provides complete document information captured at the time of deletion for:

  • Synchronizing document deletions with external systems
  • Audit logging and compliance tracking
  • Cleanup operations in dependent systems
  • Data archival and recovery procedures

Security Note: All webhook requests include an HMAC-SHA256 signature for verification using your webhook shared secret.

Query Params
string
required

Webhooks are signed with a signature generated by taking an HMAC-SHA256 hash of the webhook post’s raw HTTP Body (UTF8 encoding).

Payload

Complete document information captured at the time of deletion. Contains all document data to facilitate external system synchronization and audit logging.

Response

LoadingLoading…