cURL
curl --request DELETE \ --url https://api.carecycle.ai/v2/customers/{id}/prescriptions/{prescriptionId} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>" }
Delete a prescription for a customer
API key required for authentication.
Keys begin with 'cc_' prefix. Get your API key from the Developer Dashboard.
Customer ID
Prescription ID
DELETE /v2/customers/:id/prescriptions/:prescriptionId Positive response
Whether the deletion was successful
Success message