Delete pending disposition
delete_dispositionDelete a pending, uncommitted disposition draft from FastBound. Runs a dry-run preview by default; set confirm to true to permanently remove the draft.
Instructions
Delete a PENDING (uncommitted) disposition draft. Dry-run by default; pass confirm:true. Destructive write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GUID of the pending disposition to delete. | |
| account | No | Which configured FastBound account to use for this one call — an alias or account number (see list_accounts). Omit to use the active account. | |
| 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. |