Skip to main content
DELETE
/
user
/
patient
/
{patient_id}
/
credit
/
{credit_id}
Delete Patient Credit
curl --request DELETE \
  --url https://api.decodahealth.com/user/patient/{patient_id}/credit/{credit_id} \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

patient_id
string
required
credit_id
string
required

Response

Successful Response

The response is of type Response Delete Patient Credit User Patient Patient Id Credit Credit Id Delete · object.