Skip to main content
POST
/
notes
/
archive
Archive Note
curl --request POST \
  --url https://api.decodahealth.com/notes/archive \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
true

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

note_id
string
note_transcript_id
string

Response

Successful Response

The response is of type boolean.