---
title: "DELETE /custom-fields/{id}/select-options"
method: DELETE
path: "/custom-fields/{id}/select-options"
tags: ["custom-fields"]
---

# DELETE /custom-fields/{id}/select-options

`DELETE /custom-fields/{id}/select-options`

Delete a custom field select option
Deletes an option and asynchronously clears it from affected objects.

**Rate limit:** 120 requests per minute

## Path parameters

- `id` string, required

## Query parameters

- `current_slug` string, required

## Response `200`

- DeleteCustomFieldSelectOptionResponseBody
  - `data` DeleteCustomFieldSelectOptionResponseData
    - `success` boolean
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `403` — The authenticated caller or organization is not allowed to access this endpoint or operation.
- `404`
- `500` — An unexpected internal error occurred.

## Changes

- **2026-09-02** `cef2ab0dd800` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usepylon/apis/pylon-api/changes/custom-fields/:id/select-options/delete.md)

---

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