vcenter namespaces instances: delete
Delete the namespace object in the cluster.
Request:
HTTP request
DELETE https://{server}/api/vcenter/namespaces/instances/{namespace}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
namespace | string | Identifier for the namespace. |
Response:
HTTP Status Code: 204
Headers:
NoneType:
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | if the system reports an error while responding to the request. |
404 | not_found | if the specified namespace could not be located. |
401 | unauthenticated | if the user can not be authenticated. |
403 | unauthorized | if the user does not have Namespaces.Configure privilege or the namespace identifier begins with "vmware-system" prefix. |