{ "operationId": "Retrieve Errors For Disable Calling Location Job", "method": "GET", "path": "/telephony/config/jobs/locations/deleteCallingLocation/{jobId}/errors", "summary": "Retrieve Errors for a Disable Calling Location Job", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "items": [ { "itemNumber": 1, "errorType": "ERROR", "error": { "key": "500", "message": [ { "description": "Safe delete checks failed.", "code": "BATCH-1012004", "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzk2ZjA0YjUwLTYxMWItNGViYy05ZGE0LTQwMzU4ODYxZTI4NQ" } ] }, "trackingId": "ROUTERGW_c4fc3b45-793e-4744-bb08-ee13032112c7" }, { "itemNumber": 2, "errorType": "ERROR", "error": { "key": "400", "message": [ { "description": "Users associated with the location. Count: 5", "code": "BATCH-1012007", "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzk2ZjA0YjUwLTYxMWItNGViYy05ZGE0LTQwMzU4ODYxZTI4NQ" } ] }, "trackingId": "ROUTERGW_c4fc3b45-793e-4744-bb08-ee13032112c7" } ] } } ] }