---
title: "Remove a set of Transactions from a Bucket"
method: POST
path: "/v3/polling-buckets/{id}/confirm-retrieval"
tags: ["Poller"]
deprecated: true
---

# Remove a set of Transactions from a Bucket

`POST /v3/polling-buckets/{id}/confirm-retrieval`

> **Deprecated.**

Orderful will soon deprecate this endpoint. After retrieving Transactions from a Polling Bucket, you should use the Delivery API to mark a Delivery as <a href="https://docs.orderful.com/reference/deliverycontroller_handledeliveryapproved" target="_blank">Approved</a> or <a href="https://docs.orderful.com/reference/deliverycontroller_handlefaildeliveryrequest" target="_blank">Failed</a>. This will automatically remove the Transaction from the Bucket.

## Path parameters

- `id` number, required

## Request body

- ConfirmDeliveryItems
  - `resourceIds` string[], required

## Response `200`

- ConfirmDeliveryResponse
  - `confirmedTransactions` number, required

---

[API](https://skmtc.dev/orderful/apis/orderful-api.md) · [All operations](https://skmtc.dev/orderful/apis/orderful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orderful/orderful-api/revisions/c2e12b39b4e1/schema)
