Skip to main content

Delete a company 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 /organizations/custom_fields/:field_id/options/:option_id


URL

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


Parameters

PATH-parameters

ParameterTypeRequiredDescription
field_idnumberYesID of the custom field
option_idnumberYesID of the field value

Responses

Response example

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