Delete a sub account
DELETE/v1/account-management/time-based-accounts/:id
Deletes a sub account by its account ID. Must be run with an API token from the main account. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
id int32required
ID of the account to be deleted.
Example: 99999
Responses
- 204
successful operation
Loading...