SandboxesSandbox TemplatesTemplate tags

Delete a tag of a project template

Delete one tag. The version it pointed at is untouched, and it stays reachable by its id. Requires the project admin role.

DELETE
/v1/orgs/{org}/projects/{project}/templates/{name}/tags/{tag}

Delete one tag. The version it pointed at is untouched, and it stays reachable by its id. Requires the project admin role.

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

project*string

Project name

name*string

Template name

Lengthlength <= 80
tag*string

Tag name

Lengthlength <= 128

Response Body

application/problem+json

curl -X DELETE "https://example.com/v1/orgs/string/projects/string/templates/string/tags/string"
Empty