Gimp.Image.prototype.remove_path

function remove_path(path: Gimp.Path): Boolean {
    // Gjs wrapper for gimp_image_remove_path()
}
  

Remove the specified path from the image.

This procedure removes the specified path from the image. If the path doesn't exist, an error is returned.

Since 2.4

path

The path object.

Returns

TRUE on success.