v4

latestOpenAPI 3.0.12026-07-13113469.3 KB
Batch

Archive a batch of tasks by ID

Archive a batch of tasks by their IDs, moving them to the recycling bin. This operation requires a list of task IDs to be provided in the request body.

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

Path parameters

objectTypestring required

Object type.

Request body

Example request

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

Response

No content