Skip to main content
POST
Unlink Fax Patient

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

fax_id
string
required

Response

Successful Response

Result of link-patient / unlink-patient: the updated fax plus the chart document the action created, moved, or archived.

Returning both lets the client patch the fax detail cache and the patient's chart document list straight from the response — no refetch — the same way send-fax and the fax-contact mutations update their caches. affected_document is null only on the idempotent unlink-when-nothing-was-filed path, where no document changed.

fax
FaxResponse · object
required
affectedDocument
DocumentSummary · object | null