{ "operationId": "atlassianDeletecustomfieldoption", "method": "DELETE", "path": "/rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}", "summary": "Atlassian Delete Custom Field Options Context", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"The custom field doesn't support options.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can manage custom field options.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The custom field was not found.\"],\"errors\":{}}" } ] }