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