> For the complete documentation index, see [llms.txt](https://faq.finerymarkets.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.finerymarkets.com/api-reference/rest-api/qs-stream-management/qs-removestream.md).

# qs/removeStream

**POST api/qs/removeStream**

Deletes an existing quote stream.

### Request

{% tabs %}
{% tab title="Schema" %}

```json
{
  "streamId": <UUID>
}
```

{% endtab %}

{% tab title="Example" %}

```json
{
  "streamId": "49e6ded7-a402-4169-b766-05fd430601cf"
}
```

{% endtab %}
{% endtabs %}

#### Request Fields

| Field    | Type | Description                        |
| -------- | ---- | ---------------------------------- |
| streamId | UUID | ID of a stream to delete, required |

### Response

{% tabs %}
{% tab title="Schema" %}

```json
{
  "error": <int>
}
```

{% endtab %}

{% tab title="Example" %}

```json
{
}
```

{% endtab %}
{% endtabs %}

#### Response Fields

| Field | Type | Description                                |
| ----- | ---- | ------------------------------------------ |
| error | int  | Error code, required if the request failed |
