post-crm-v3-objects-invoices-batch-archive_archive
Archive a batch of invoices by providing their object IDs in a single request. Clean up old or inactive invoice records in bulk.
Instructions
Archive a batch of invoices 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 |