Skip to main content
DELETE
/
api
/
v1
/
treasury
/
webhook-endpoints
/
{id}
Delete a treasury webhook endpoint
curl --request DELETE \
  --url http://localhost:3001/api/v1/treasury/webhook-endpoints/{id} \
  --header 'Authorization: Bearer <token>'
{
  "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.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

No content