{ "operationId": "atlassianDeletecustomfieldcontext", "method": "DELETE", "path": "/rest/api/3/field/{fieldId}/context/{contextId}", "summary": "Atlassian Delete Custom Field Context", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"The contextId has to be provided.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can access custom field contexts.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The context was not found.\"],\"errors\":{}}" } ] }