Skip to main content
DELETE

Authorizations

BIZ-API-KEY
string
header
required

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

destination_entry_id
string
required

The destination entry ID. For example, the wallet address ID or the bank account ID.

Query Parameters

destination_id
string
required

The destination ID.

entry_type
enum<string>
required

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.

deleted_destination_entry_id
string
required

The deleted destination entry ID.

Example:

"46beeab4-6a8e-476e-bc69-99b89aacbc6f"