curl --location --request DELETE 'https://primaryapi.cicle.app/api/v1/cards//comments//discussions/?companyId=&teamId=' \
--header 'Authorization: Bearer <token>'{
"message": "string",
"discussion": {
"_id": "string",
"content": "string",
"creator": {
"_id": "string",
"fullName": "string",
"photoUrl": "string"
},
"cheers": [
{
"_id": "string",
"content": "string",
"creator": {
"_id": "string",
"photoUrl": "string"
},
"receiver": "string",
"primaryParent": {
"id": "string",
"type": "string"
},
"secondaryParent": {
"id": "string",
"type": "string"
},
"isNotified": true,
"comment": "string",
"card": "string",
"featureType": "string",
"company": "string",
"team": "string",
"createdAt": "string",
"updatedAt": "string",
"__v": 0,
"notification": "string"
}
],
"team": "string",
"company": "string",
"comment": "string",
"card": "string",
"featureType": "string",
"seen": [
"string"
],
"createdAt": "string",
"updatedAt": "string",
"__v": 0
}
}