v10

latestOpenAPI 3.1.02026-08-0375143791.1 KB
webdbs

Delete a webhook

Deletes a WebDB webhook.

delete/webdbs/webhooks/{webhook_id}

Path parameters

webhook_idstring required

Webhook ID.

Example:wh_123

Webhook ID.

Query parameters

tagsstring[]

Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.

Optional comma-separated caller-defined tags for tracking this request. Tags are recorded on the request's usage log and can be used to filter usage on the dashboard usage page. Up to 20 tags, each 1-50 characters.

[
  "production",
  "team-alpha"
]

Response

Webhook deleted

idstring required

Deleted resource ID.

deletedboolean required

Whether the resource was deleted.

Example response

{
  "deleted": true
}