{ "operationId": "atlassianDeletescreenscheme", "method": "DELETE", "path": "/rest/api/3/screenscheme/{screenSchemeId}", "summary": "Atlassian Delete Screen Scheme", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"The screen scheme cannot be deleted as it is in use in an issue type screen scheme.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can access screen schemes.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The screen scheme was not found.\"],\"errors\":{}}" } ] }