Skip to main content
DELETE
/
prescriptions
/
cancel
Cancel Order
curl --request DELETE \
  --url https://apidev.epiqconnect.com/prescriptions/cancel \
  --header 'Content-Type: application/json' \
  --data '
{
  "items": [
    {
      "clinicId": "clinic-1",
      "prescriptionIds": [
        "rx-1",
        "rx-2"
      ]
    }
  ]
}
'

Body

application/json
items
object[]
required

Response

Order cancelled successfully.