---
title: "remove label · RUAL Documentation"
description: "RUAL github block."
canonical: https://docs.rual.nl/block-types/github/githubconnection_issues_remove_label
language: en
---

# remove label

This block is part of the [`github`](https://docs.rual.nl/block-types/github) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

- flow `flow`

- connection required `githubconnection`

- owner required `value` e.g. rual

- repo required `value` e.g. blueprinting

- number required `number` e.g. 1842

- label required `value` e.g. bug

- flow `flow`

- connection `githubconnection`

- success `condition`

- data `object`

- error `value`

| `github` |
| --- |

A typical wiring for [remove label](https://docs.rual.nl/block-types/github/githubconnection_issues_remove_label): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [open connection](https://docs.rual.nl/block-types/github/function_github_open_connection) feeds the `connection` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `owner` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `repo` pin; [number](https://docs.rual.nl/block-types/number/number_default) feeds the `number` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `label` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the remove label block: typical wiring for remove label.](https://docs.rual.nl/canvas-examples/githubconnection_issues_remove_label.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
