v4

latestOpenAPI 3.0.12026-07-131235214.0 KB
Batch

Archive a batch of appointments by ID

Batch delete appointments with a single request.

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

Path parameters

objectTypestring required

objectTypeId of object type

Request body

Example request

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

Response

No content