Home
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,
- Delete all user items from a bag, that is, clear a bag,
- Delete user items from the end of a bag, that is, truncate a bag.
- Delete data items from a bag using the mqDeleteItem call
- Clear a bag using the mqClearBag call
- Truncating a bag using the mqTruncateBag call
Parent topic:
Using data bags
pc15610_
Home