Delete a Harbor instance
You can delete a Harbor registry within your space, whatever its status.
warning
Make sure the Container Registry is not in use before deleting it.
Permissions
info
This action requires the following IAM (Identity and Access Management) permissions:
- registry.instance.delete
- API
The DELETE /registry/spaces/{spaceId}/registries/{registryId} request deletes a Container Registry.
The Container Registry moves to the deleting state for the duration of the deletion.
Example response
HTTP/1.1 204 No Content