Delete Vcenter Integration
NOTE: Deletion is not synchronous. As a result, the delete operation may not happen immediately. It is recommended to query back the system with the identifier and ensure that the system returns a 404 error.
Request
URI
DELETE
https://{api_host}/suite-api/api/integrations/vcenters/{integrationId}
COPY
Path Parameters
string
integrationId
Required
UUID of integration, which need to be deleted
Query Parameters
boolean
deleteResources
Required
Constraints:
default: false
If set to true, resources discovered by this integration will be deleted as well.
boolean
deleteChildResources
Required
Constraints:
default: false
If set to true, child adapter instances will be deleted as well.
boolean
force
Optional
Constraints:
default: false
Force delete, particularly unregister integration ownership if owned by this Ops
Responses
204
Integration with provided id, was deleted successfully
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/integrations/vcenters/{integrationId}?deleteResources=value&deleteChildResources=v
On This Page
Integrations Operations
PUT
Update VCF Integration
POST
Create VCF Integration
PUT
Unregister VCF
PUT
Register VCF
GET
Get Domain Details By Id
PUT
Update Domain Details
DELETE
Delete Vcf Domain
PUT
Update Vcenter Integration
POST
Create Vcenter Integration
PUT
Unregister VC
PUT
Register VC
POST
Test Domain
POST
Test VCF Integration
POST
Test Vcenter Integration
GET
Get VCF Integration By Id
DELETE
Delete Vcf Integration
GET
Get Domain Summary
GET
Get Vcenter Integration By Id
DELETE
Delete Vcenter Integration