Delete acquisition item
delete_acquisition_itemRemove an item from a pending acquisition. Preview with dry-run first; set confirm:true to execute.
Instructions
Remove an item from a pending acquisition. Dry-run by default; pass confirm:true. Destructive write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GUID of the acquisition. | |
| confirm | No | Set true to actually execute. Omit or false returns a DRY RUN preview that sends nothing. | |
| auditUser | No | Email recorded as X-AuditUser for the ATF audit trail. Overrides FASTBOUND_AUDIT_USER for this call. Must be an active user on the account. | |
| acquisitionItemId | Yes | GUID of the acquisition item to remove. |