cURL
curl --request DELETE \ --url https://api.otim.com/v0/counterparties/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "code": "<string>", "details": {} }
Permanently deletes a Counterparty. This cannot be undone. Any pending transfers to this Counterparty will fail.
API key prefixed with sk_.
sk_
The ID of the Counterparty.
Counterparty deleted.