pg_lo_unlink − delete a large object
pg_lo_unlink conn loid
pg_lo_unlink deletes the specified large object.
conn
The handle of a connection to the database in which the large object exists.
loid
The OID of the large object.
None