Batch
Archive a batch of leads by ID
Archive multiple leads by their IDs in a single request, moving them to the recycling bin.
post/crm/objects/2026-03/leads/batch/archive
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
No content