REST API - delete

vcenter cluster modules: delete

Deletes a specific module. 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/cluster/modules/{module}

Path Parameters

Name Type Description
Required
module string Identifier of the module to be deleted.

Response:

HTTP Status Code: 200

None

Errors:

HTTP Status Code Type Description
404 not_found if a module with this identifier does not exist.