cURL
curl --request DELETE \ --url https://app.silnahealth.com/api/public/v1/patient-plans/{patient_plan_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "type": "AUTH_INVALID_REQUEST_HEADER" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK