Skip to main content
DELETE
/
accounts
/
{customerId}
Delete child account
curl --request DELETE \
  --url https://api.interchange.io/api/v2/accounts/{customerId} \
  --header 'Authorization: Bearer <token>'
{
  "data": null,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "field": "<string>",
    "details": {}
  }
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

customerId
string
required

Customer ID

Minimum string length: 1
Example:

"200"

Response

No content