Skip to main content
DELETE
/
api
/
platform
/
v1
/
webhook_endpoints
/
{id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.bspk.com/api/platform/v1/webhook_endpoints/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://developers.bspk.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Webhook endpoint id.

Response

204 - application/json

Successful response