Skip to main content

Configure n8n

Add a Webhook node and set method to POST.

Create the webhook in Simplified Webhooks

  1. Create a new webhook and paste the n8n Webhook URL.
  2. Select Base and Table.
  3. Choose the delete event.

Payload example

{
  "id": "90b26bea-80d2-404f-96e0-0d685fe3061d",
  "event": "delete",
  "recordId": "rec4yurm8f16BwMFj",
  "tableId": "tblKn2Ygplrq5Kmbg",
  "baseId": "appatVcKk6xNFwPej",
  "meta": {
    "source": "client",
    "occurredAt": "2025-07-14T08:47:20.174Z",
    "user": {
      "id": "usrnwwJUfsBR6EMXl",
      "name": "Test User",
      "email": "test.user@gmail.com"
    }
  }
}
Delete events contain the essential identifiers and metadata so you can find and remove related data in downstream systems.