v1
latestOpenAPI 3.0.02026-08-0645003.8 MBAccounts
Delete Account
Delete a Spot Account. The Spot Account ID can be obtained from your Spot console via the following link: https://console.spotinst.com/#/settings/account/general . Note This cannot be undone – take caution. Only Organization Admins can perform this action. In case you want to delete your default Spot account which is the account visible when you first log in please contact Support.
delete/setup/account/{accountId}
Path parameters
accountIdstring required
The ID of the account you want to delete.
Response
Delete Account Response
Example response
{
"request": {
"id": "46642c7d-bc29-417d-8ce4-79626f00c63c",
"url": "/setup/account/act-123456",
"method": "DELETE",
"timestamp": "2018-11-19T13:49:11.911Z"
},
"response": {
"status": {
"code": 200,
"message": "OK"
}
}
}