Delete collection

POST http://node-staging.billeasy.in/api/v1//customers/collections/delete

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Content-Type

string

x-api-access

string

x-api-secret

string

x-customer-token

string

x-customer-number

string

Request:
{
 "collection_ids":[25780,25916],
 "customer_id": 551
}

Response:
 {
 "success": true,
  "msg": "collection deleted",
  "data": {}
  }

Last updated