Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://padelapi.org/api/webhooks/{webhook} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Permanently remove a webhook subscription. The webhook will stop receiving events immediately.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No content