Delete Cloud Account
DELETE/cloud/:cloud_type/:id
Deletes the onboarded cloud account that has the specified cloud account ID.
Request
Path Parameters
id stringrequired
Account ID
cloud_type stringrequired
Possible values: [aws
, azure
, gcp
, alibaba_cloud
, oci
]
Cloud Type
Responses
- 200
- 400
- 403
- 404
- 500
successful operation
invalid_cloud_type / bad_request
cannot_delete_org_child
invalid_cloud_type / invalid_account_id_format
internal_error
Loading...