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

accountIdstringRequired
Account identifier.
batchIdstringRequired
Boleto Charge batch identifier returned by the create endpoint.
itemIdstringRequired
Item identifier returned when a chunk is added to the batch.

Headers

X-Tenant-IdstringRequired
Tenant context used for authorization and routing.
Idempotency-KeystringOptional

Optional client-generated idempotency token (recommended for safe retries).

Response

Item deleted; current draft and first item page

batchIdstring
Batch identifier.
namestring

Optional operator-facing name; empty when omitted.

statusenum

Batch lifecycle. Only DRAFT is editable. COMPLETED, PARTIAL_FAILED, and FAILED are terminal for issuance attempts; individual boleto registration and payment continue afterwards.

totalItemsinteger0-5000
Number of staged items.
quotaReservedinteger0-5000
Slots permanently reserved when dispatch was admitted.
statisticsobject
Current generation progress and payment conversion.
createdAtdatetime
Draft creation instant, in UTC.
updatedAtdatetime

Last persisted batch/statistics update, in UTC.

itemslist of objects
Current page of staged items and issuance results.
pageinteger
Current item page.
pageSizeinteger
Requested item page size.
totalPagesinteger
Number of item pages.
hasNextboolean
Whether another item page exists.
dispatchedAtdatetime or nullOptional
Instant quota was reserved and the batch was queued.
completedAtdatetime or nullOptional
Instant every issuance attempt reached an outcome.

Errors

403
Forbidden Error
404
Not Found Error
409
Conflict Error