API reference
Delete a webhook endpoint
DELETE
/v1/webhook-endpoints/{id}Authorization
bearerAuth AuthorizationBearer <token>
Paste your API key from the dashboard (no sk_ prefix required).
In: header
Path Parameters
id*unknown
Webhook endpoint id.
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v1/webhook-endpoints/{id}"Empty
{
"statusCode": -9007199254740991,
"message": "string",
"error": "string"
}{
"statusCode": -9007199254740991,
"message": "string",
"error": "string"
}