delete https://sandbox.dev.clover.com/v3/merchants//items
Deletes multiple inventory items in a single request. Add a query string with the parameter itemIds
and a comma-separated list of one or more itemId
values.
Use this example to create a request to delete three items:
{merchantId}/items?itemIds={itemId},{itemId},{itemId}