Available in Classic and VPC
Delete a registry registered in Container Registry.
Request
This section describes the request format. The method and URI are as follows:
| Method | URI |
|---|---|
| DELETE | /ncr/api/v2/repositories/{registry} (Korea Region) |
| DELETE | /ncr/sgn-api/v2/repositories/{registry} (Singapore Region) |
| DELETE | /ncr/jpn-api/v2/repositories/{registry} (Japan Region) |
Request headers
For information about the headers common to all Container Registry APIs, see Container Registry request headers.
Request path parameters
You can use the following path parameters with your request:
| Field | Type | Required | Description |
|---|---|---|---|
registry |
String | Required | Name of the registry to delete |
Request example
The request example is as follows:
curl -X DELETE 'https://ncr.apigw.ntruss.com/ncr/api/v2/repositories/{registry}' \
--header 'x-ncp-apigw-timestamp: {Timestamp}' \
--header 'x-ncp-iam-access-key: {Sub Account Access Key}' \
--header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
Response
This section describes the response format.
Response syntax
None
Response status codes
For information about the HTTP status codes common to all Container Registry APIs, see Container Registry response status codes.