v4
latestOpenAPI 3.0.12026-07-131437115.5 KBBatch
Archive a batch of quotes by ID
Archive multiple quotes by their IDs in a single request, effectively moving them to the recycling bin.
post/crm/objects/2026-09/{objectType}/batch/archive
Path parameters
objectTypestring required
Object type.
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
No content