Unassign Order From Clinician
Removes the clinician assignment from an order.
Overview
- Method: POST
- Path:
/clinician/macros/unassign-from-clinician/<orderId> - Tags: clinician
Parameters
orderId (path)
- Type:
string - Required: Yes
- Description: orderId parameter
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{
"order": "string",
"display_id": 123,
"status": "string"
}400
Bad Request
Content Type: application/json
{
"error": "string",
"details": [
{}
]
}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X POST \
https://api.pillexa.com/clinician/macros/unassign-from-clinician/<orderId> \
-H "Content-Type: application/json" \