Deallocate a virtual phone number
    Request
    POST https://api.46elks.com/a1/numbers/{id}
    Request parameters
    
      
        
          | Parameter | 
          Example | 
          Description | 
        
      
      
        
          | active | 
          no | 
          Must be ”no” to deallocate the number. | 
        
      
    
    Response structure
        Example JSON response
{
  "id": "n0ba74fef557dfcec3a96d8d4477ae634",
  "active": "no",
  "deallocated": "2018-02-22T15:23:01.611000"
}
  
    
      
        | Parameter | 
        Type | 
        Description | 
      
    
    
      
        | id | 
        string | 
        ID for the phone number. | 
      
      
        | active | 
        string | 
        Current state of the phone number. | 
      
      
        | deallocated | 
        string | 
        UTC time when the number was deallocated. |