REST API - delete

vcenter namespaces systemregistry instances: delete

Delete the namespace object created for an integrated registry in the cluster.

Request:

HTTP request

DELETE https://{server}/rest/vcenter/namespaces/systemregistry/instances/{namespace}

Path Parameters

Name Type Description
Required
namespace string Identifier for the integrated registry namespace.

Response:

HTTP Status Code: 200

None

Errors:

HTTP Status Code Type Description
500 error if the system reports an error while responding to the request.
404 not_found if the integrated registry namespace could not be located.
401 unauthenticated if the user can not be authenticated.
403 unauthorized if the user does not have ContentLibrary.ManageRegistry privilege.