---
title: "Delete a payout account"
method: DELETE
path: "/v4/payout-accounts/{id}"
tags: ["Payout Accounts"]
---

# Delete a payout account

`DELETE /v4/payout-accounts/{id}`

Delete a payout account with an id

## Path parameters

- `id` string, required

## Response `200`

The deleted payout account.

- PayoutAccountEntityV4ResponseDto
  - `id` string, required — Payout account ID
  - `name` string, required — Name
  - `externalId` string — External ID
  - `isDefaultAccount` boolean, required — Whether this is the default account for the merchant
  - `createdAt` string, date-time, required — Timestamp of when account was create
  - `updatedAt` string, date-time, required — Timestamp of when account was last updated

---

[API](https://skmtc.net/slopepay/apis/slope-v4-api.md) · [All operations](https://skmtc.net/slopepay/apis/slope-v4-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slopepay/slope-v4-api/revisions/cbdbc861073b/schema)
