cURL
curl --request DELETE \
--url https://sandbox-api.borderless.xyz/v1/accounts/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"addresses": [
{
"id": "<string>",
"address": "<string>"
}
],
"assets": [
{
"id": "<string>",
"address": "<string>"
}
],
"fiats": [
{
"id": "<string>"
}
],
"identityId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}Accounts
Delete v1accounts
DELETE
/
v1
/
accounts
/
{id}
cURL
curl --request DELETE \
--url https://sandbox-api.borderless.xyz/v1/accounts/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"addresses": [
{
"id": "<string>",
"address": "<string>"
}
],
"assets": [
{
"id": "<string>",
"address": "<string>"
}
],
"fiats": [
{
"id": "<string>"
}
],
"identityId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
Delete an account by id and return the deleted account
Available options:
wallet, institution Available options:
Bridge, Koywe, Kotanipay, Hercle, Bitso, Yellowcard, TraceFinance, HoneyCoin, BlindPay, Finity, Infinia, Walapay, Abra, Yativo, Capa, Bivo, Cobre, Avenia, Brale, BVNK, CoinsPH, Iron, Enigma, Juicyway, Kira, TripleA, Onmeta, Alfred Available options:
Utila, Standalone, MultiProvider, Dfns, NotApplicable Deprecated. Will be removed by May 1st, 2026. Use the assets and fiats properties instead for retrieving account asset and fiat details.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?
⌘I