Skip to main content
DELETE
/
webhooks
/
endpoints
/
{endpoint_id}
curl -X DELETE https://api.thinnest.ai/webhooks/endpoints/{endpoint_id} \
  -H "Authorization: Bearer $THINNESTAI_API_KEY"
{
  "status": "success",
  "endpoint_id": 1
}
curl -X DELETE https://api.thinnest.ai/webhooks/endpoints/{endpoint_id} \
  -H "Authorization: Bearer $THINNESTAI_API_KEY"

Path Parameters

endpoint_id
integer
Webhook endpoint ID

Response

{
  "status": "success",
  "endpoint_id": 1
}
Deleting an endpoint also removes all associated delivery records.

Authorizations

Authorization
string
header
required

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

Path Parameters

endpoint_id
integer
required

Response

Successful Response