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"

digest
string
required

Artifact digest

Example:

"sha256:5414002a0c147f8e41da0d0764b5074480012852d5d9a0ef8bd2fec904e62b7c"

Response

204

No Content