cURL
curl --request DELETE \ --url https://api.machines.cash/consumer/v1/identity/wallets/{address} \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": {}, "summary": "success" }
Remove wallet
When to use this: Unlink wallet from account.
Required scope: identity.write.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes