# Delete a counterparty

**DELETE** `/counterparties/{counterparty_id}`

Delete a counterparty.

### Path Parameters

- `counterparty_id` `string` _(required)_ — Unique identifier for the counterparty.

**Request**

```shell
curl 'https://api.column.com/counterparties/<counterparty_id>' \
  -XDELETE \
  -u :<YOUR API KEY>
```

**Response 200**

```json
{}
```
