---
title: "Delete a Counterparty"
method: DELETE
path: "/counterparties/{counterpartyId}"
tags: ["Counterparty"]
---

# Delete a Counterparty

`DELETE /counterparties/{counterpartyId}`

Delete a Counterparty (soft delete). Returns 409 when the counterparty
still owns active or pending External Accounts.

## Path parameters

- `counterpartyId` string, required

## Response `204`

There is no content to send for this request, but the headers may be useful.

## Other responses

- `409` — The request conflicts with the current state of the server.

---

[API](https://skmtc.net/polygon-technology/apis/polygon-oms-public-api.md) · [All operations](https://skmtc.net/polygon-technology/apis/polygon-oms-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polygon-technology/polygon-oms-public-api/revisions/18fdaebf64e5/schema)
