> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-vorflux-dev-12120-supported-document-types.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a custom field option

> Remove an enum option from a custom field definition in the Terminal49 API. Existing records using the deleted option are cleared on next save.

Delete a custom field option by its ID.

## Path parameters

| Parameter       | Description                                          |
| --------------- | ---------------------------------------------------- |
| `definition_id` | The unique identifier of the custom field definition |
| `option_id`     | The unique identifier of the option                  |

## Notes

Deleting an option does not automatically update existing custom field values that reference it.
