cURL
curl --request DELETE \ --url https://api.caminotreasury.com/v1/wallets/{address} \ --header 'x-api-key: <api-key>'
{ "deleted": true }
Removes a wallet from the organization.
API key for authentication. Pass your key in the x-api-key header.
x-api-key
Ethereum wallet address
^0x[a-fA-F0-9]{40}$
Wallet deleted successfully
true