REST API - delete

vcenter namespace management supervisor services: delete

Delete a supervisor service. All versions of this service which are enabled in the vSphere Supervisor clusters will be removed. This will also remove the service from vCenter. 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}/api/vcenter/namespace-management/supervisor-services/{supervisorService}

Response:

HTTP Status Code: 204

Headers:

None

Type:

None

Errors:

HTTP Status Code Type Description
500 error if the system reports an error while responding to the request.
400 not_allowed_in_current_state if the supervisor service cannot be deleted in the current state.
404 not_found if supervisor service with the ID supervisor_service could not be located.
401 unauthenticated if the user can not be authenticated.
403 unauthorized if the user doesn't have the SupervisorServices.Manage privilege.