---
title: "Delete a managed payout schedule on a balance account"
method: DELETE
path: "/balanceAccounts/{balanceAccountId}/payoutSchedules/{id}"
tags: ["Managed payout schedules"]
---

# Delete a managed payout schedule on a balance account

`DELETE /balanceAccounts/{balanceAccountId}/payoutSchedules/{id}`

Delete a payout schedule applied to a balance account.

## Path parameters

- `balanceAccountId` string, required
- `id` string, required

## Response `204`

OK - The request has succeeded.

## Other responses

- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `404` — Not Found - the resource 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)
