Gimp.Image.remove_path

@accepts(Gimp.Image, Gimp.Path)
@returns(bool)
def remove_path(self, path):
    # Python 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

self

The image.

path

The path object.

Returns