---
title: "Remove from Option Bank"
method: DELETE
path: "/v2/option_banks/{id}/remove"
tags: ["Option Bank"]
---

# Remove from Option Bank

`DELETE /v2/option_banks/{id}/remove`

Remove an Option Bank Option

## Path parameters

- `id` string, required

## Query parameters

- `options` object, required
  - `options` object[]
    - `label` string, required — Display name for the Option Bank
    - `value` string, required — Value for the Option Bank

## Response `200`

OK

- object
  - `option_bank` OptionsBankWithOptions
    - `id` string, required — ID of the option bank.
    - `name` string, required — Name of the option bank.
    - `options` object[], required
      - `label` string, required — Display name for the Option Bank
      - `value` string, required — Value for the Option Bank
      - `default` boolean — Default option

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
