v7

latestOpenAPI 3.0.12026-07-131134150.6 KB
Batch

Archive multiple subscriptions

Archive a batch of subscription objects by providing their IDs 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