cURL
curl --request DELETE \ --url https://api.decodahealth.com/user/patient/{patient_id}/ai-summary \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Archive the most recent AI summary for a patient. Used to force regeneration of the summary. Previous summaries are preserved for history.
The tenant you are making this request on behalf of
Your api key
Successful Response