Delete Vcf Domain

Delete Vcf Domain

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/vcf/{integrationId}/domains/{domainId}
COPY
Path Parameters
string
integrationId
Required

The identifier of integration, domain of which need to be deleted, in UUID format

string
domainId
Required

The identifier of the VCF's domain in UUID format.

Query Parameters
boolean
deleteResources
Required
Constraints: default: false

If set to true, resources discovered by this domain will be deleted as well.

boolean
force
Optional
Constraints: default: false

Force delete, particularly unregister domain ownership if owned by this Ops


Authentication
This operation uses the following authentication methods.
Responses
204

Domain 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/vcf/{integrationId}/domains/{domainId}?deleteResources=v