Delete an existing wallet role
DELETE/api/v1/wallets/:walletExternalKey/roles/:id
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Deletes an existing role from the wallet, removing it from any users it was previously assigned to.
Required Role
| Role | Description |
|---|---|
WALLET_IAM_USER_MAINTENANCE_CRUD | Create, read, update and delete users |
Request
Responses
- 204
- 401
- 403
- 404
Role deleted successfully
Unauthorized.
Forbidden.
Role not found.