Delete registry
- Print
- PDF
Delete registry
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Delete a specific registry registered in Container Registry.
Requests
The following describes the request format for the endpoint. The request format is as follows.
Method | URI |
---|---|
DELETE | /repositories/{registry} |
Request headers
For headers common to all Container Registry APIs, see Container Registry common headers.
Request path parameters
The following describes the request path parameters.
Field | Type | Required | Description |
---|---|---|---|
registry | String | Required | Name of the registry to delete |
Request example
The following is a sample request.
curl -X DELETE "https://ncr.apigw.ntruss.com/ncr/api/v2/repositories/{registry}"
-H "x-ncp-apigw-timestamp: {Timestamp}"
-H "x-ncp-iam-access-key: {Sub Account Access Key}"
-H "x-ncp-apigw-signature-v2: {API Gateway Signature}"
Responses
The following describes the response format.
Response syntax
None
Response status codes
The following describes response status codes. For response status codes common to all Container Registry APIs, see Container Registry response status codes.
HTTP status code | Code | Message | Description |
---|---|---|---|
204 | - | OK | Request succeeded |
404 | - | Not Found | Requested resource not found |
Was this article helpful?