{ "operationId": "atlassianDeletenotificationscheme", "method": "DELETE", "path": "/rest/api/3/notificationscheme/{notificationSchemeId}", "summary": "Atlassian Delete Notification Scheme", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"You can\u2019t delete the default notification scheme.\"],\"errors\":{}}" }, { "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\":[\"Notification scheme with ID 10000 not found.\"],\"errors\":{}}" } ] }