---
title: "Remove an internal transfer from a batch"
method: DELETE
path: "/v1/batches/{batchUuid}/internaltransfers/{itemUuid}"
tags: ["Batch Payments"]
---

# Remove an internal transfer from a batch

`DELETE /v1/batches/{batchUuid}/internaltransfers/{itemUuid}`

This endpoint will remove a Payment from the Batch (Internal Transfer). You can only remove payments before the batch is submitted for approval (while it is in the OPEN state). You will need to enable PERM_BUSINESS_DELETE_BATCH_INTERNALTRANSFERS to use this endpoint.

## Path parameters

- `batchUuid` string, required — The uuid of the batch.
- `itemUuid` string, required — The uuid of the item to remove.

## Response `200`

Batch payment deleted successfully.

## Other responses

- `400` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `401` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `403` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.

---

[API](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api.md) · [All operations](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefinancialservices/fire-financial-services-business-api/revisions/1d19896d095c/schema)
