---
title: "Close a customer account"
method: POST
path: "/v4/simulation/close-customer-account"
tags: ["Simulation"]
---

# Close a customer account

`POST /v4/simulation/close-customer-account`

(Sandbox Only) Close a customer account for testing purposes. This allows re-using the same email for signup/application flows.

## Request body

- CloseCustomerAccountV4RequestDto
  - `customerId` string — The ID of the customer account to close
  - `email` string — The email of the customer account to close

## Response `200`

The customer account was successfully closed

- CloseCustomerAccountV4ResponseDto
  - `status` string, required — Status of the operation
  - `customerId` string, required — ID of the closed customer account
  - `email` string, required — Email of the closed customer account

---

[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)
