---
title: "Untag a flow"
method: POST
path: "/flow/untag"
tags: ["flow"]
---

# Untag a flow

`POST /flow/untag`

Untags a flow.

## Response `200`

The id of the untagged flow

- object
  - `flow_untag` InlineResponse20013FlowUntag
    - `id` string — ID of the untagged flow

## Other responses

- `412` — Precondition failed. An error code and message are returned. 475 - Please give entity_id {data_id, flow_id, run_id} and tag. In order to remove a tag, please upload the entity id (either data_id, flow_id, run_id) and tag (the name of the tag). 476 - Entity {dataset, flow, run} not found. The provided entity_id {data_id, flow_id, run_id} does not correspond to an existing entity. 477 - Tag not found. The provided tag is not associated with the entity {dataset, flow, run}. 478 - Tag is not owned by you. The entity {dataset, flow, run} was tagged by another user. Hence you cannot delete it. 479 - Internal error removing the tag. Please contact OpenML Team.

## Changes

> 14 revisions in range; 1 could not be searched.

- **2019-02-22** `8e2f718635ef` — 6 info
  - added the non-success response with the status `412`
  - removed the non-success response with the status `475`
  - removed the non-success response with the status `476`
  - removed the non-success response with the status `477`
  - …2 more
- **2018-01-17** `2209d99ea36e` — 6 info
  - added the non-success response with the status `475`
  - added the non-success response with the status `476`
  - added the non-success response with the status `477`
  - added the non-success response with the status `478`
  - …2 more

[Change history](https://skmtc.dev/openml/apis/openml-api/changes/flow/untag/post.md)

---

[API](https://skmtc.dev/openml/apis/openml-api.md) · [All operations](https://skmtc.dev/openml/apis/openml-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openml/openml-api/revisions/263d3d6ee586/schema)
