Container registries

Delete a container registry

Permanently delete a project's container registry configuration. Requires project admin.

DELETE
/v1/orgs/{org}/projects/{project}/registries/{name}

Permanently delete a project's container registry configuration. Requires project admin.

AuthorizationBearer <token>

API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.

In: header

Path Parameters

org*string

Organization name

Match^[a-z0-9][a-z0-9-]*[a-z0-9]$
Length2 <= length <= 64
project*string

Project name

Match^[a-z0-9][a-z0-9-]*[a-z0-9]$
Length2 <= length <= 64
name*string

Registry name

Match^[a-z0-9][a-z0-9-]*[a-z0-9]$
Length2 <= length <= 64

Response Body

application/problem+json

curl -X DELETE "https://api-dev.tektona.ai/v1/orgs/string/projects/string/registries/string"
Empty