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.
curl -X DELETE https://api.thinnest.ai/webhooks/endpoints/{endpoint_id} \ -H "Authorization: Bearer $THINNESTAI_API_KEY"
{ "status": "success", "endpoint_id": 1 }
Delete a webhook endpoint and all its delivery history.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response