ST_RemovePoint
Name
ST_RemovePoint — Remove a point from a linestring.
Synopsis
    
     geometry
     
      ST_RemovePoint
     
     (
    
    geometry
    
     linestring
    
    , integer
    
     offset
    
    
     )
    
    ;
   
Description
Removes a point from a LineString, given its index (0-based). Useful for turning a closed line (ring) into an open linestring.
Enhanced: 3.2.0
Availability: 1.1.0
   
    
   
   This function supports 3d and will not drop the z-index.