Delete Vcenter Integration

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


Authentication
This operation uses the following authentication methods.
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