v4
latestOpenAPI 3.0.12026-07-13113471.2 KBBatch
Archive a batch of communications by ID
Delete a batch of messages by ID. A deleted message can be restored within 90 days of being deleted. Learn more about restoring activity records.
post/crm/objects/2026-09/{objectType}/batch/archive
Path parameters
objectTypestring required
The type of CRM object to query. Supported values include 'CONTACT' (0-1), 'TICKET' (0-5), 'DEAL' (0-3), 'COMPANY' (0-2), or custom object type IDs.
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
No content