Deletes an option from a select list issue field.Note that this operation only works for issue field select list options added by Connect apps, it cannot be used with issue field select list options created in Jira or using operations from the Issue custom field options resource.Permissions required:Administer Jiraglobal permission. Jira permissions are not required for the app providing the field.
Request
Path Params
Responses
🟢204Returned if the field option is deleted.
application/json
Body
🟠403Returned if the request is not authenticated as a Jira administrator or the app that provided the field.
🟠404Returned if the field or option is not found.
🟠409Returned if the option is selected for the field in any issue.