REST API - delete

vcenter trust vc trusts: delete

Deletes a trust for given domain. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Request:

HTTP request

DELETE https://{server}/rest/vcenter/trust/vc-trusts/{domain}

Path Parameters

Name Type Description
Required
domain string Unique identifier for a domain.

Response:

HTTP Status Code: 200

None

Errors:

HTTP Status Code Type Description
403 unauthorized if authorization is not given to caller.
404 not_found if a trust does not exist for given domain.
400 invalid_argument if the local domain is specified.