---
api: 'Business API'
---

# Delete a counterparty

Delete a counterparty with the given ID. When a counterparty is deleted, you cannot make any payments to the counterparty.

## Endpoint

DELETE `/counterparty/{counterparty_id}`

## Parameters

### path parameters

- `counterparty_id` (string, required)
  The ID of the counterparty to delete.

## Returns

### 204

The counterparty deleted
