Skip to main content
DELETE
/
medications
/
bulk
Bulk Archive Medications
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

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
ids
string[]
required
Maximum array length: 200

Response

Successful Response

The response is of type boolean.