deletePrescription
Deletes an existing prescription. Will throw an error if the prescription is not empty.
Requires authorization features: client:prescription:edit
deletePrescription(
input: DeletePrescriptionInput!
): Boolean!
Directives
auth
Requires authorization features: client:prescription:edit
Arguments
deletePrescription.input ● DeletePrescriptionInput! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.