Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete webhook
curl --request DELETE \
  --url https://api.struct.to/v1/webhooks/{webhook_id}
{
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.struct.to/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

webhook_id
string
required

Webhook UUID

Response

Webhook deleted successfully

Delete webhook response

deleted
boolean
required
Last modified on May 1, 2026