Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete a webhook endpoint.
POST /api/v1/widgets/webhook-endpoints/:endpointId/delete-endpoint
endpointId
string
curl --request POST 'https://payments.bleepay.com/api/v1/widgets/webhook-endpoints/wh_abc123/delete-endpoint' \ --header 'Authorization: Bearer <business_token>' \ --header 'Content-Type: application/json' \ --data '{}'
Was this page helpful?