Delete operations

The Pull Mapper cannot deal with standard delete operations. If you have a searchable entity that can be deleted then you must use another mechanism to deal with this operation (e.g the event based mechanism described in this guide).

However, the Pull Mapper can deal with standard logical delete operations, i.e. where a recordStatus column is set using the RecordStatus codetable values.