Delete data items
We can delete items from bags in a number of ways. We can:
- Remove one or more user items from a bag. For detailed information, see Delete data items from a bag using the mqDeleteItem call.
- Delete all user items from a bag, that is, clear a bag. For detailed information see Clearing a bag using the mqClearBag call.
- Delete user items from the end of a bag, that is, truncate a bag. For detailed information, see Truncating a bag using the mqTruncateBag call.
Parent topic: Types of data item available in the MQAI