Delete Cloud Account
DELETE/cloud/:cloud_type/:id
Deletes an onboarded cloud account based on the specified Cloud Account ID and Cloud Type.
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
successful operation
invalid_cloud_type / bad_request
cannot_delete_org_child
invalid_cloud_type / invalid_account_id_format
Loading...