SeatBuilderSeatBuilder Docs

Delete a webhook endpoint

Deletes a webhook endpoint. In-flight deliveries (queued retries) are cancelled. Past delivery records are kept for 30 days and remain queryable via `/deliveries`.

DELETE/api/v1/webhooks/{id}

Path Parameters

idstring

Response Body

curl -X DELETE "http://localhost:3000/api/v1/webhooks/string"

{
  "id": "wh_2a8f1d",
  "deleted": true
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}