Since we have a bulk Add, is there any possibility to create a Bulk Remove/Delete?
April 26Created
April 26Last Updated
3 years agoLast Reply
1Replies
83Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3776
Reply to: Bulk Remove/Delete
Tuesday, April 27, 2021 at 09:36am
0
votes
Hi Lori,
In UI, the capability is already there where you can multi-select transactions in the New Sender UI and perform a delete operation on the selected items.
On the other hand from API or integration's standpoint, we can definitely raise it as an Enhancement Request, but since you probably won't bulk delete very often, it just takes a simply integration that loops through a list of package IDs and invokes the DELETE /api/packages/{packageId} call. If you got any chance to try my integrated tools like Package Export & Download Tool or Bulk Invite Sender Tool, I can help you create another bulk delete transactions tool in a similar fashion.
Reply to: Bulk Remove/Delete
Tuesday, April 27, 2021 at 09:36amHi Lori,
In UI, the capability is already there where you can multi-select transactions in the New Sender UI and perform a delete operation on the selected items.
On the other hand from API or integration's standpoint, we can definitely raise it as an Enhancement Request, but since you probably won't bulk delete very often, it just takes a simply integration that loops through a list of package IDs and invokes the DELETE /api/packages/{packageId} call. If you got any chance to try my integrated tools like Package Export & Download Tool or Bulk Invite Sender Tool, I can help you create another bulk delete transactions tool in a similar fashion.
Duo