post-crm-v3-objects-objtype-batch-archive_archive
Archive multiple CRM objects at once by providing their IDs. Send a batch request with object IDs to remove them from active use.
Instructions
Archive a batch of objects by ID. REQUIRES body parameter with object IDs to archive. Example: {body: {inputs: [{"id": "123"}, {"id": "456"}]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Array of items | |
| objectType | Yes | Path parameter objectType |