curl --request POST \
--url https://api.decodahealth.com/user/patient/archive \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"patientIds": [
"<string>"
],
"isArchived": true
}
'truecurl --request POST \
--url https://api.decodahealth.com/user/patient/archive \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"patientIds": [
"<string>"
],
"isArchived": true
}
'true