Delete an image repository in an organization.
DELETE /v2/manage/namespaces/{namespace}/repos/{repository}
For details about parameters, see Table 1.
N/A
Status Code |
Description |
---|---|
204 |
The brief information about the image repository is successfully deleted. |
400 |
Request error. Error information is returned. |
401 |
Authentication failed. |
404 |
The repository does not exist. |
406 |
The repository cannot be deleted because it contains images. |
500 |
Internal error. Error information is returned. |