Authorization: Bearer ********************
curl --location --request DELETE 'https://api.upbooks.io/api/v1/services/' \
--header 'ORGANIZATION-ID: 00000'
{
"data": {
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"organizationId": "string",
"title": "string",
"summary": "string",
"description": "string",
"coverPhoto": "string",
"thumbnail": "string",
"paymentType": "one-time",
"paymentFrequency": 0,
"hsnCode": "string",
"currency": {
"name": "string",
"symbol": "string"
},
"amount": 0,
"isDeleted": true
},
"message": "string"
}