Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete a webhook by ID
curl --request DELETE \
  --url http://localhost:3001/portal-api/webhooks/{webhook_id}
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://tyk.io/docs/llms.txt

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

Path Parameters

webhook_id
string
required

Response

OK

status
string

Status of the operation

Example:

"ok"