Skip to main content
DELETE
/
v1
/
accounts
/
{ACCOUNT_ID}
Delete an Account
curl --request DELETE \
  --url https://api.domo.com/v1/accounts/{ACCOUNT_ID} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ACCOUNT_ID
string
required

The ID of the Account

Response

200

Returns an empty response.