[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Delete Connected Accounts
DescriptionDelete a particular connected (linked) account.
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/account-link/connected-accounts/{linkedAccountPathId}
Path Parameters
Path 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.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
AwsCustomerConnectedAccount
of type(s) application/json
This response body class contains all of the following:
AbstractEntity, InlineAwsCustomerConnectedAccount1
Errors
ErrorResponse
400
An invalid connected account ID was specified, or the connection still has SDDCs active on it.
401
Unauthorized
403
Forbidden
Code Samples
PowerCLI Client SDK Example
Invoke-OrgsOrgAccountLinkConnectedAccountsLinkedAccountPathIdDelete -Org "MyOrg" -LinkedAccountPathId "MyLinkedAccountPathId" -ForceEvenWhenSddcPresent $true
cURL Command
curl -X DELETE https://vmc.vmware.com/vmc/api/orgs/{org}/account-link/connected-accounts/{linkedAccountPathId}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: connected-accounts
x-vmw-vapi-methodname: delete
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
On This Page
Account Linking Operations
delete
get
get
get