cURL
curl --request DELETE \ --url https://api.decodahealth.com/notes/{note_id}/documents/{document_id} \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Unlink a document from a note (does not delete the document).
The tenant you are making this request on behalf of
Your api key
Successful Response