Add or remove accounts
Accounts
Add or remove accounts
Batch add or remove accounts for the caller workspace. Each operation specifies an action (“add” or “remove”), and an account
PUT
Add or remove accounts
Authorizations
Use Authorization: Bearer
Body
application/json
Required array length:
1 - 1000 elementsExample:
[
{
"action": "add",
"account": {
"name": "Treasury wallet",
"network": "solana",
"address": "BJE5MMbqXjVwjAF7oxwPYXnTXDyspzZyt4vwenNw5ruG",
"tags": ["defi", "hot-wallet"],
"category": "Multisig",
"group_ids": ["uuid-1"]
}
},
{
"action": "remove",
"account": {
"network": "stellar",
"address": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN"
}
}
]Response
200 - application/json
Example:
true
Last modified on May 19, 2026

