# Lifestyle remove

| **API URL**     | {{url}}/spice-service/patient-lifestyle/remove |
| --------------- | ---------------------------------------------- |
| **Method**      | POST                                           |
| **Description** | Patient Lifestyle Remove                       |

#### **Input:** <a href="#lifestyleremove-input" id="lifestyleremove-input"></a>

| **Field Name**        | **Type** | **Mandatory** | **Example**                                                                                                                                     |
| --------------------- | -------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Authorization(Header) | String   | Yes           | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |

#### **Sample Input:** <a href="#lifestyleremove-sampleinput" id="lifestyleremove-sampleinput"></a>

#### { <a href="#lifestyleremove" id="lifestyleremove"></a>

&#x20; "id": 6,

&#x20; "patientTrackId": 25,

&#x20; "patientVisitId": 33

}

#### **Sample Output:** <a href="#lifestyleremove-sampleoutput" id="lifestyleremove-sampleoutput"></a>

```
  {
  "message": "Patient Nutrition Lifestyle deleted successfully.",
  "entity": true,
  "status": true,
  "entityList": null,
  "responseCode": 200,
  "totalCount": null
}
```
