---
title: "Offboard a customer"
method: POST
path: "/v1/customers/{id}/offboard"
tags: ["Customers"]
---

# Offboard a customer

`POST /v1/customers/{id}/offboard`

Restricts the payment and payout methods available to a customer.

## Path parameters

- `id` string, required

## Request body

- OffboardCustomerRequest — Payment method restrictions
  - `enabledPaymentMethods` string[]
  - `enabledPayoutMethods` string[]

## Response `200`

Success

- object — The offboarded customer ID
  - `status` 'SUCCEEDED', required
  - `data` OffboardCustomerResponse, required
    - `id` string — Customer ID

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.dev/breeze/apis/breeze-api.md) · [All operations](https://skmtc.dev/breeze/apis/breeze-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/breeze/breeze-api/revisions/8911892bdf29/schema)
