Taiga
API ReferencePre EncounterNotesV1

Deactivate note

Sets a note as deactivated. The path must contain the most recent version to prevent races.

DELETE
/notes/v1/{id}/{version}

Authorization

BearerAuth
AuthorizationBearer <token>

Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.

In: header

Path Parameters

id*pre-encounterNoteId

The unique identifier for a Note.

version*string

Response Body

curl -X DELETE "https://example.com/notes/v1/string/string"
Empty