# Delete Prescription Clinician only endpoint to delete a prescription. Works only when the prescription has status . Endpoint: DELETE /v1/clinics/{clinicId}/prescriptions/{prescriptionId} Version: 1.0 Security: sessionToken ## Path parameters: - `prescriptionId` (string, required) - `clinicId` (string, required) ## Response 401 fields (application/json): - `code` (integer) Error reason code - `reason` (string) Error reason text ## Response 403 fields (application/json): - `code` (integer) Error reason code - `reason` (string) Error reason text ## Response 404 fields (application/json): - `code` (integer) Error reason code - `reason` (string) Error reason text ## Response 500 fields (application/json): - `code` (integer) Error reason code - `reason` (string) Error reason text