Skip to main content
DELETE
/
api
/
canary
/
webhook-endpoints
/
{id}
Delete Webhook Endpoint
curl --request DELETE \
  --url http://localhost:3000/api/canary/webhook-endpoints/{id} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 400,
  "message": [
    "Invalid input data"
  ],
  "error": "Bad Request"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The unique identifier of the webhook endpoint

Response

Webhook endpoint successfully deleted