Skip to main content
DELETE
/
counterparties
/
{id}
Delete Counterparty
curl --request DELETE \
  --url https://api.otim.com/v0/counterparties/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

API key prefixed with sk_.

Path Parameters

id
string
required

The ID of the Counterparty.

Response

Counterparty deleted.