Bulk Delete Cloud Account

POST {{cb_url}}/public-cloud/account-management/v1/orgs/{{cb_org_key}}/accounts/_delete

Bulk Delete Cloud Accounts

Permissions Required

Permission (.notation name)Operation(s)
public.cloud.accountsDELETE

Request Schema

[
  {
    "cloud_provider_account_id": "<string>",
    "cloud_provider": "<string>"
  }
]

See Documentation

Request Body

[{"cloud_provider_account_id"=>"1234567890", "cloud_provider"=>"AWS"}]

RESPONSES

status: OK

{&quot;failed&quot;:null,&quot;success&quot;:true,&quot;error_code&quot;:null,&quot;message&quot;:&quot;Successful&quot;,&quot;follow_up_api&quot;:null}