---
title: "Delete Saved Payout Method"
method: DELETE
path: "/payouts/methods/{payout_method_id}"
tags: ["Payouts"]
---

# Delete Saved Payout Method

`DELETE /payouts/methods/{payout_method_id}`

Deletes a saved payout method so it can no longer receive payouts.

## Response `200`

payout method deleted

- object
  - `deleted` boolean, required — Always `true`.
  - `id` string, required — ID of the deleted payout method, prefixed `potk_`.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.net/whop/apis/whop-api.md) · [All operations](https://skmtc.net/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whop/whop-api/versions/866821546d67/schema)
