Skip to main content
DELETE
/
webhook
/
endpoints
/
{id}
Delete webhook endpoint
curl --request DELETE \
  --url https://platform.inklink.com/api/v1/webhook/endpoints/{id} \
  --header 'api-key: <api-key>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.inklink.com/llms.txt

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

Headers

api-key
string
required
Example:

"secret_live_xxx"

Path Parameters

id
string
required

Webhook endpoint id (wh_end_…).

Example:

"wh_end_xxx"

Response

Endpoint deleted.

success
boolean
required
Example:

true