Available in Classic and VPC
Delete an image registered in the registry of Container Registry.
Request
This section describes the request format. The method and URI are as follows:
Method | URI |
---|---|
DELETE | /repositories/{registry}/{imageName} |
Request headers
For headers common to all Container Registry APIs, see Container Registry common headers.
Request path parameters
The following describes the parameters.
Field | Type | Required | Description |
---|---|---|---|
registry |
String | Required | Name of the registry where the image for which you want to delete is registered |
imageName |
String | Required | Name of the image to delete
|
Request example
The request example is as follows:
curl -X DELETE "https://ncr.apigw.ntruss.com/ncr/api/v2/repositories/{registry}/{imageName}"
-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}"
Response
This section describes the response format.
Response syntax
The response syntax is as follows:
None
Response status codes
For response status codes common to all Container Registry APIs, see Container Registry response status codes.