cURL
curl --request PUT \ --url https://api.decodahealth.com/user/patient/blacklist/{patient_id} \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
true
The tenant you are making this request on behalf of
Your api key
Whether to add or remove the patient from the blacklist
Successful Response
The response is of type boolean.
boolean