Destinations
Delete destination entry
This operation deletes a destination entry.
DELETE
Documentation Index
Fetch the complete documentation index at: https://cobo.com/payments/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Path Parameters
The destination entry ID. For example, the wallet address ID or the bank account ID.
Query Parameters
The destination ID.
EntryType defines the type of the counterparty entry:
Address: The counterparty entry is an address.BankAccount: The counterparty entry is a bank account.
The type of the counterparty entry.
Address: The entry is a wallet address.BankAccount: The entry is a bank account.
Available options:
Address, BankAccount Example:
"Address"
Response
The request was successful.
The deleted destination entry ID.
Example:
"46beeab4-6a8e-476e-bc69-99b89aacbc6f"
