Remove a user
DELETE/api/v1/wallets/:walletExternalKey/users/:id
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Removes a user from the wallet. Always returns 204 regardless of whether the user existed.
Request
Responses
- 204
- 401
- 403
User removed successfully
Unauthorized.
Forbidden.