Program graph / Tags

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.delete

Request body

{
  "name": "staging"
}

Use cases

  • Clean up temporary tags created for migrations or canary rollouts.
  • Ensure that clients cannot accidentally target deprecated configurations.