Delete wallet
DELETE/api/wallets/:externalKey
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Performs a soft delete on the wallet by setting the deleted_at field. Requires GLOBAL_WALLET_CRUD role or WALLET_CRUD role for the specific wallet.
Request
Responses
- 204
- 401
- 403
- 404
Wallet deleted successfully
Unauthorized.
Forbidden.
Wallet not found.