Deprecate custom field option
Custom Fields
Deprecate custom field option
Deprecates or reactivates a single option of a SINGLE_SELECT or MULTI_SELECT custom field.
Set deprecated to true to deprecate the option or to false to reactivate it.
PUT
Deprecate custom field option
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Path Parameters
Unique identifier of the custom field
Unique identifier of the custom field option
Body
application/json
Deprecation state to apply to the option
Whether the option should be deprecated (true) or reactivated (false)
Response
No Content