# disableInstrumentsWhitelist

**POST api/disableInstrumentsWhitelist**

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

```json
{}
```

{% endtab %}

{% tab title="200 OK" %}

```json
{
    "error": 0
}
```

{% endtab %}

{% tab title="400 Bad request" %}

```json
{
    "error": 2
}
```

{% endtab %}
{% endtabs %}

**Request parameters**

No parameters.
