Batch

Archive a batch of notes by ID

Archive multiple notes by their IDs in a single request. This operation moves the specified notes to the recycling bin, making them inaccessible from regular queries.

post/crm/objects/2026-03/notes/batch/archive

Request body

Example request

{
  "inputs": [
    {
      "id": "430001"
    }
  ]
}

Response

No content

Changes

Changed in 3 of the 14 revisions of this API.3

    • api operation id post-/crm/objects/2026-03/notes/batch/archive_archive removed and replaced with post-/crm/objects/2026-03/notes/batch/archive

      api-operation-id-removed

    This revision also has 77 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id post-/crm/objects/2026-03/notes/batch/archive_/crm/objects/2026-03/notes/batch/archive removed and replaced with post-/crm/objects/2026-03/notes/batch/archive_archive

      api-operation-id-removed

    This revision also has 129 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 73 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 14 revisions, 1 has no diff computed and 2 have a changelog that could not be searched.