Open Context Protocol is live! 🚀 Read the launch post

deleteCustomFieldOption

Delete custom field options (context)

DELETE /rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId} HTTP/1.1

Parameters

{
  "fieldId": {
    "description": "The ID of the custom field.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "contextId": {
    "description": "The ID of the context from which an option should be deleted.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  },
  "optionId": {
    "description": "The ID of the option to delete.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  }
}