cURL
curl --request DELETE \ --url https://api.domo.com/v1/accounts/{ACCOUNT_ID} \ --header 'Authorization: Bearer <token>'
Deletes an Account from your Domo instance.
Warning
This is destructive and cannot be reversed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Account
Returns an empty response.