Skip to main content

Delete Ticket Field Value

info

This method is available only for fields with the following types: Dropdown list (select), Related fields (hierarchy), Multi-button (multi_button)

DELETE /custom_fields/:field_id/options/:option_id


URL Example

https://system_domain/api/v2/custom_fields/123/options/456


PATH Parameters

ParameterTypeRequiredDescription
field_idnumberYesID of the custom field
option_idnumberYesID of the field value

Response Example:

Response Example
{
"errors": [
{
"code": "s-204",
"title": "No content",
"details": "Option with id {456} successfully deleted"
}
]
}