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

Path Parameters

webhook_id
string
required

Webhook UUID

Response

Webhook deleted successfully

Delete webhook response

deleted
boolean
required
Last modified on March 17, 2026