{ "operationId": "Manage Number State in a location", "method": "PUT", "path": "/telephony/config/locations/{locationId}/numbers", "summary": "Manage Number State in a location", "requestExamples": [ { "contentType": "application/json", "example": { "phoneNumbers": [ "+12145557861", "+12145551321" ], "action": "DEACTIVATE" } } ], "responseExamples": [] }