cURL
curl --request DELETE \ --url https://api.decodahealth.com/medications/bulk \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "ids": [ "<string>" ] } '
true
Bulk archive multiple medications at once.
The tenant you are making this request on behalf of
Your api key
200
Successful Response
The response is of type boolean.
boolean