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": {}
}
}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.