v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
SUBACCOUNTS

Close a subaccount

Changes the status of an Active subaccount to Closed

post/subaccount/close

Request body

idstring required

The id of the subaccount you want to close

emailstring

The email address of the subaccount you want to close

Response

Subaccount closed

request_idstring required
datastring required

Example response

{
  "request_id": "d02ce100-2cfd-11eb-ab52-408d5cce2644",
  "data": "Successfully closed subaccount test@example.com"
}