Skip to main content
DELETE
Python

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234_abcdef

Path Parameters

project_id
integer
required

Project ID

Example:

1

region_id
integer
required

Region ID

Example:

1

registry_id
integer
required

Registry ID

Example:

1

repository_name
string
required

Repository name. If it contains a slash, encode it with URL encoding, e.g. a/b -> a%252Fb

Example:

"nginx"

Response

204

No Content