Delete Pipeline Tag
DELETE/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/tags/:tag_name
Remove a tag from a pipeline.
Tag matching is case-insensitive. Returns the pipeline's full tag list after removal. Returns 404 if the pipeline or tag is not found.
Request
Responses
- 200
- 404
- 422
Successful Response
We couldn't find the pipeline you specified, or the tag is not attached to the pipeline.
Invalid tag name.
Was this page helpful?