v4

latestOpenAPI 3.0.12026-07-131538260.4 KB
Batch

Archive a batch of objects by ID

Archive a batch of objects by their unique IDs. This operation moves the specified objects to the recycling bin, effectively marking them as archived.

post/crm/objects/2026-09/{objectType}/batch/archive

Path parameters

objectTypestring required

Object Type

Request body

Example request

{
  "inputs": [
    {
      "id": "430001"
    }
  ]
}

Response

No content