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