Skip to main content
DELETE
/
webhook
/
{id}
cURL
curl --request DELETE \
  --url https://api.openformat.tech/v1/webhook/{id} \
  --header 'X-API-KEY: <api-key>'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://docs.openformat.tech/llms.txt

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

This response has no body data.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Webhook id

Pattern: ^\d+$
Example:

"123"

Response

No Content