DELETE
/
public
/
v1
/
patient-plans
/
{patient_plan_id}
curl --request DELETE \
  --url https://api.silnahealth.com/public/v1/patient-plans/{patient_plan_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

This API is destructive! If you delete a patient plan, all associated benefits checks and prior authorizations will be withdrawn.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

patient_plan_id
string
required

Response

204

OK