Issue custom field options
Delete custom field options (context)
Deletes a custom field option.
Options with cascading options cannot be deleted without deleting the cascading options first.
This operation works for custom field options created in Jira or the operations from this resource. To work with issue field select list options created for Connect apps use the Issue custom field options (apps) operations.
Permissions required: Administer Jira global permission.
delete/rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}
Path parameters
fieldIdstring required
The ID of the custom field.
contextIdinteger required
The ID of the context from which an option should be deleted.
optionIdinteger required
The ID of the option to delete.
Response
Returned if the option is deleted.