Delete one version of a project 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 project admin 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 project admin role.
Authorization
apiKey API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
Organization name
Project name
Template name
length <= 80Template version id (ULID)
26 <= length <= 26Response Body
application/problem+json
curl -X DELETE "https://example.com/v1/orgs/string/projects/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"}Delete one version of an organization 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 organization admin or owner role.
Get one version of an organization template GET
Get one version of this template by id, with the tags on it and the build that published it. A version id that belongs to another template answers 404. Requires organization membership.