Batch
Archive a batch of objects by ID
post/crm/objects/2026-03/{objectType}/batch/archive
Path parameters
objectTypestring required
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
No content
{
"inputs": [
{
"id": "430001"
}
]
}No content