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