Skip to main content

Delete Wallet

Delete the wallet with the specified id.

Path Parameters
  • wallet_id string required

    Performs the operation on the wallet with the specified ID.

Responses

Success


Schema
  • object
DELETE /wallets/:wallet_id    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
wallet_id — path required
curl -L -X DELETE 'https://us-west-2.api.clumio.com/wallets/:wallet_id' \
-H 'Accept: application/api.clumio.wallets=v1+json' \
-H 'Authorization: Bearer <TOKEN>'