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