Delete an item from a draft Boleto Charge batch
Removes one item while the batch is DRAFT. Once dispatch is accepted,
items and their reserved quota are immutable.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
accountId
Account identifier.
batchId
Boleto Charge batch identifier returned by the create endpoint.
itemId
Item identifier returned when a chunk is added to the batch.
Headers
X-Tenant-Id
Tenant context used for authorization and routing.
Idempotency-Key
Optional client-generated idempotency token (recommended for safe retries).
Response
Item deleted; current draft and first item page
batchId
Batch identifier.
name
Optional operator-facing name; empty when omitted.
status
Batch lifecycle. Only DRAFT is editable. COMPLETED,
PARTIAL_FAILED, and FAILED are terminal for issuance attempts;
individual boleto registration and payment continue afterwards.
totalItems
Number of staged items.
quotaReserved
Slots permanently reserved when dispatch was admitted.
statistics
Current generation progress and payment conversion.
createdAt
Draft creation instant, in UTC.
updatedAt
Last persisted batch/statistics update, in UTC.
items
Current page of staged items and issuance results.
page
Current item page.
pageSize
Requested item page size.
totalPages
Number of item pages.
hasNext
Whether another item page exists.
dispatchedAt
Instant quota was reserved and the batch was queued.
completedAt
Instant every issuance attempt reached an outcome.
Errors
403
Forbidden Error
404
Not Found Error
409
Conflict Error