To delete a large object, use the ASSIGN statement to set the value of the large object field to the Unknown value (?). For example:

ASSIGN employee.blob = ?.

Note that when you delete a record in a table, any non-null BLOB fields referenced in the record are also deleted.