Remove a user from a role
DELETE/api/v1/wallets/:walletExternalKey/roles/:id/users/:userId
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Removes a user's assignment from a role.
Request
Responses
- 204
- 401
- 403
- 404
User removed from role successfully
Unauthorized.
Forbidden.
Role not found.