v1
latestOpenAPI 3.0.02026-08-0645003.8 MBOrganizations
Delete Organization
Delete a Spot Organization. ID of the organization can be obtained from your Spot console via the following link: https://console.spotinst.com/#/settings/organization/general > Note: This cannot be undone. Take caution.
delete/setup/organization/{organizationId}
Path parameters
organizationIdstring required
ID of the organization you would like to delete
Response
Delete Organization Response
Example response
{
"request": {
"id": "46642c7d-bc29-417d-8ce4-79626f00c63c",
"url": "/setup/organization/606079812345",
"method": "DELETE",
"timestamp": "2018-11-19T13:49:11.911Z"
},
"response": {
"status": {
"code": 200,
"message": "OK"
}
}
}