Template Deleted Webhook

This webhook is triggered when a template is deleted from PandaDoc.

The webhook will be sent to your configured endpoint URL when a template is deleted from the workspace. This event is useful for:

  • Syncing template deletions with external systems
  • Audit logging and compliance tracking
  • Cleanup operations in dependent systems

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

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

Details about the deleted template. The payload includes comprehensive template information captured at the time of deletion.

Response
200

Return a 200 status to indicate that the data was received successfully.

LoadingLoading…