Delete tag
Remove a tag that is no longer needed. Deleting a tag never deletes the underlying graph, only the label that points to it.
Endpoint
POST /v1/program-graph/tags.deleteRequest body
{
"name": "staging"
}Use cases
- Clean up temporary tags created for migrations or canary rollouts.
- Ensure that clients cannot accidentally target deprecated configurations.