Delete one version of an organization template
Delete one version. A sandbox that records this version blocks the delete, including a paused or stopped sandbox. The refusal counts them and names the first few by id. Every tag pointing at the version is deleted with it, so a reference like go-dev:stable stops resolving. The shared template image survives until no sandbox uses it. Requires the organization admin or owner role.
Delete one version. A sandbox that records this version blocks the delete, including a paused or stopped sandbox. The refusal counts them and names the first few by id. Every tag pointing at the version is deleted with it, so a reference like go-dev:stable stops resolving. The shared template image survives until no sandbox uses it. Requires the organization admin or owner role.
Authorization
apiKey API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
Organization name
Template name
length <= 80Template version id (ULID)
26 <= length <= 26Response Body
application/problem+json
curl -X DELETE "https://example.com/v1/orgs/string/templates/string/versions/stringstringstringstringst"{ "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}Archive one version of a project template PUT
Refuse a create from one version. Sandboxes already running on it are unaffected, and the change is reversible with activate. A tag may keep pointing at it: a create through that tag then fails until the version is active again. Requires the project admin role.
Delete one version of a project template DELETE
Delete one version. A sandbox that records this version blocks the delete, including a paused or stopped sandbox. The refusal counts them and names the first few by id. Every tag pointing at the version is deleted with it, so a reference like go-dev:stable stops resolving. The shared template image survives until no sandbox uses it. Requires the project admin role.