The SE_VertexDelete() function
The SE_VertexDelete() function deletes a vertex from a geometry. You must supply the exact vertex to be deleted, including Z value and measure if applicable. All vertices in the geometry which match this value will be deleted.
Syntax
SE_VertexDelete (ST_Geometry, ST_Point)
Return type
ST_Geometry