Skip to main content
DELETE
/
api
/
v1
/
business
/
payouts
/
recipients
/
{id}
Archive a payout recipient (soft delete)
curl --request DELETE \
  --url http://localhost:3001/api/v1/business/payouts/recipients/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "email must be an email",
    "statusCode": 400,
    "errors": {}
  }
}

Authorizations

Authorization
string
header
required

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

Headers

X-Axra-Business-Id
string

Active business workspace

Path Parameters

id
string
required

Response

No content