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