Skip to main content
DELETE
/
api
/
v1
/
webhook-endpoints
/
{id}
Delete a webhook endpoint
curl --request DELETE \
  --url http://localhost:3001/api/v1/webhook-endpoints/{id} \
  --header 'x-api-key: <x-api-key>'
{
  "success": false,
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "email must be an email",
    "statusCode": 400,
    "errors": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.useaxra.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string
required

Path Parameters

id
string
required

Response

No content