Delete Connected Account
Delete a particular connected (linked) account.
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/account-link/connected-accounts/{linkedAccountPathId}
Parameters
Parameters
string
org
Required
Organization identifier
string
linkedAccountPathId
Required
The linked connected account identifier
Query Parameters
Query Parameters
boolean
forceEvenWhenSddcPresent
Optional
When true, forcibly removes a connected account even when SDDC's are still linked to it.
Response
Response
Response BodyResponse Body
200 OK returns
AwsCustomerConnectedAccount
{
"account_number": "string",
"cf_stack_name": "string",
"created": "string",
"id": "1d1c83ee-e0b7-4de9-b660-9a9ca1d22f32",
"org_id": "string",
"policy_external_id": "string",
"policy_payer_arn": "string",
"policy_payer_linked_arn": "string",
"policy_service_arn": "string",
"region_to_az_to_shadow_mapping": {
"key": "string"
},
"state": "string",
"updated": "string",
"updated_by_user_id": "string",
"updated_by_user_name": "string",
"user_id": "string",
"user_name": "string",
"version": 5
}
string
account_number
Required
No description available
string
cf_stack_name
Required
No description available
string
created
Required
No description available
string
id
Required
Unique ID for this entity
string
org_id
Required
No description available
string
policy_external_id
Required
No description available
string
policy_payer_arn
Required
No description available
string
policy_service_arn
Required
No description available
map of
string
region_to_az_to_shadow_mapping
Required
Provides a map of regions to availability zones from the shadow account’s perspective
string
updated
Required
No description available
string
updated_by_user_id
Required
User id that last updated this record
string
user_id
Required
User id that last updated this record
string
user_name
Required
User name that last updated this record
integer
version
Required
Version of this entity
string
policy_payer_linked_arn
Optional
No description available
string
state
Optional
No description available
Possible values are: ACTIVE, BROKEN, DELETED
string
updated_by_user_name
Optional
User name that last updated this record
cURL Command
curl -X DELETE https://vmc.vmware.com/vmc/api/orgs/{org}/account-link/connected-accounts/{linkedAccountPathId}
Errors
401
The request requires user authentication.
403
The server understood the request, but is refusing to fulfill it.
On This Page
Connected Accounts Operations
delete