# Patient Labtest - Remove

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

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

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

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

{\
"tenantId": 4,\
"id": 10\
}

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

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