Delete field value
Deletes a value (option) from a select-type field (SINGLE_SELECT, MULTI_SELECT, TAG).
STATUS fields are not supported. Status values are managed through the status lifecycle (not this endpoint) and cannot be deleted here.
By default, deletion is rejected if the value is currently assigned to any entities. Use force to unset the value from all entities, or replaceWith to move all assignments to another value.
These two parameters are mutually exclusive - providing both results in a 400 error.
Path parameters
Field identifier (UUID for custom fields, API name for default fields).
A universally unique identifier (UUID).
The ID of the field value to delete.
Query parameters
When true, deletes the value and unsets it from all entities that currently use it. For multi-select fields, only this specific option is removed from each entity's selection. Mutually exclusive with replaceWith.
A universally unique identifier (UUID).
ID of another value on the same field to reassign all current assignments to before deletion. Mutually exclusive with force.
Response
The request was successful and no content is returned.