---
title: "Delete the contract for a Merchant's Customer"
method: DELETE
path: "/merchants/{merchant_id}/customers/{customer_id}/contracts"
tags: ["Contracts"]
---

# Delete the contract for a Merchant's Customer

`DELETE /merchants/{merchant_id}/customers/{customer_id}/contracts`

Called by the Independent Software Vendor. Deletes the contract associated to a Merchant's Customer.

## Path parameters

- `merchant_id` string, required
- `customer_id` string, required

## Headers

- `Authorization` string, api_id:api_token, required
- `Accept` string, required
- `Content-Type` string, required

## Response `200`

Success

- object
  - `v` string — The API version that was used to handle the request.

## Other responses

- `4XX` — Possible errors - 1, 6, 189, 250, 304, 309, 313
- `5XX` — Possible errors - 8

---

[API](https://skmtc.net/bankofamerica/apis/transaction-broker-api.md) · [All operations](https://skmtc.net/bankofamerica/apis/transaction-broker-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bankofamerica/transaction-broker-api/revisions/6097bc689e41/schema)
