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 one tag. The version it pointed at is untouched, and it stays reachable by its id. 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 <= 80Tag name
length <= 128Response Body
application/problem+json
curl -X DELETE "https://example.com/v1/orgs/string/projects/string/templates/string/tags/string"{ "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 a tag of an organization template DELETE
Delete one tag. The version it pointed at is untouched, and it stays reachable by its id. Requires the organization admin or owner role.
Get one tag of an organization template GET
Get one tag of this template, and the version it points at, in the shape the tag listing returns. Requires organization membership.