---
title: "Delete a recurring top up"
method: DELETE
path: "/balanceAccounts/{balanceAccountId}/recurringTopUps/{topUpId}"
tags: ["Recurring top ups"]
---

# Delete a recurring top up

`DELETE /balanceAccounts/{balanceAccountId}/recurringTopUps/{topUpId}`

Delete a recurring top up configuration by `topUpId`.

For more information, refer to [Manage recurring top-ups](https://docs.adyen.com/issuing/add-manage-funds/top-ups/manage-recurring-top-ups).

## Path parameters

- `balanceAccountId` string, required
- `topUpId` string, required

## Response `204`

No Content - the request has been successfully processed, but there is no additional content.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `404` — Not Found - the recurring top up was not found
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.net/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
