{ "operationId": "atlassianRemovelevel", "method": "DELETE", "path": "/rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId}", "summary": "Atlassian Remove Issue Security Level", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "\"You can't delete an issue security scheme if any projects are associated with it.\"" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"You are not authorized to perform this action. Administrator privileges are required.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"Issue security scheme with ID 10000 not found.\"],\"errors\":{}}" } ] }