SandboxesSandbox TemplatesTemplate tags

Delete a tag of an organization template

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

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

Delete one tag. The version it pointed at is untouched, and it stays reachable by its id. Requires the organization admin or owner 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

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/templates/string/tags/string"
Empty