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 one tag. The version it pointed at is untouched, and it stays reachable by its id. 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 <= 80Tag name
length <= 128Response Body
application/problem+json
curl -X DELETE "https://example.com/v1/orgs/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"}Update a project template PUT
Replace the template's display name and description. This mints no version and starts no build. metadata.name has to match the path. Requires the project admin role.
Delete a tag of a project template DELETE
Delete one tag. The version it pointed at is untouched, and it stays reachable by its id. Requires the project admin role.