REST API - delete

vcenter trust subscriptions: delete

If the client is no longer interested in the subscription, it can delete it by invoking this API and specify the subscription id. The subscription id is returned to the endpoint when it was created. 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/subscriptions/{subscription}

?action=delete

Path Parameters

Name Type Description
Required
subscription string The subscription id indicates which subscription to delete.

Request Query Parameters:

None

Response:

HTTP Status Code: 200

None

Errors:

HTTP Status Code Type Description
403 unauthorized unauthorized
500 resource_inaccessible resource inaccessible
400 invalid_request invalid request
404 not_found not found
500 error all other errors