Deletes the update entry from the update entry list.
unsigned int CWB_ENTRY cwbUP_DeleteEntry( cwbUP_EntryHandle entryHandle);
The following list shows common return values.
After this call, you do not need to call cwbUP_FreeEntryHandle. The entry is "freed" when the entry is successfully deleted. If you retrieved the first update entry by using the cwbUP_GetEntryHandle API, and then called this API to delete the entry, all of the update entries would shift one position to fill the slot left by the delete. So, if you then wanted to get the next update item, you would pass the same index that you did on the previous cwbUP_GetEntryHandle API call.