Overview
Use this endpoint to remove any ordering on child pages. Pages will return to default (alphanumerically by url) sorting and will be unordered.
    - REST Method: PUT
- Method Access: public
Uri Parameters
    
        
            | Name | Type | Description | 
        
            | pageid | string | either an integer page ID, "home", or "=" followed by a double uri-encoded page path | 
    
Return Codes
    
        
            | Name | Value | Description | 
        
            | OK | 200 | The request completed successfully | 
        
            | Bad Request | 400 | Invalid input parameter or request body | 
        
            | Forbidden | 403 | Update access to the page is required | 
        
            | Not Found | 404 | The requested page could not be found |