tf.io.gfile.remove

Deletes the path located at 'path'.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.io.gfile.remove

path string, a path

errors.OpError Propagates any errors reported by the FileSystem API. E.g., NotFoundError if the path does not exist.