Delete Sub-Account by ID

Prev Next
Delete
/v1/sub-accounts/{id}

The “Delete Sub-Account by ID” method is used to delete a specific Sub-Account. The purpose of “Delete Sub-Account by ID” is to allow the Distributor/Governance and Control Account users to delete one of their Sub-Accounts, which will also delete its buckets and storage.

Limitations include: Only users with specific permissions can use this endpoint!

Security
HTTP
Type basic
Path parameters
id
integerRequired
Responses
200

OK

string
Example{ "success": true, "code": "RES-I-0006", "message": "Sub-account has been successfully deleted!", "data": null, "errors": null }