Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete webhook
curl --request DELETE \
  --url https://api.prequel.co/webhooks/{webhook_id} \
  --header 'X-API-KEY: <api-key>'
{
  "status": "<string>",
  "data": {},
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://import-docs.prequel.co/llms.txt

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

Authorizations

X-API-KEY
string
header
required

Path Parameters

webhook_id
string
required

Webhook ID.

Response

OK

status
string
required
Allowed value: "success"
data
object
required
message
string
required