---
title: "Delete customer connection"
method: DELETE
path: "/v3/network/invitation/customer/{customerId}"
tags: ["network"]
---

# Delete customer connection

`DELETE /v3/network/invitation/customer/{customerId}`

Delete an existing Network connection with a customer organization. Delete customer connection follows a set of rules.
* **No scheduled payments**: There should be no scheduled payments. All scheduled payments must be canceled before you can disconnect.
* **No in-process payments**: There should be no in-progress payments. All in-progress payments must clear before you can disconnect.

You can use this endpoint to cancel a pending connection request sent to a customer that has auto-connections disabled. You can send a new connection request after an existing connection or connection request is canceled.

**Note**: If the customer does not respond to a connection request for 60 days, the request expires.

See [BILL Network](https://developer.bill.com/docs/bill-network) in the Guides section for more information, sample requests, and responses.

## Path parameters

- `customerId` string, required — BILL-generated ID of the customer record in your organization. The value begins with `0cu`.

## Headers

- `sessionId` string, nullable — API session ID generated with `/v3/login`
- `devKey` string, nullable — Developer key generated with your BILL developer account

## Response `200`

Delete customer connection response

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

[API](https://skmtc.net/bill/apis/bill-v3-api.md) · [All operations](https://skmtc.net/bill/apis/bill-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bill/bill-v3-api/revisions/0483350c434e/schema)
