Delete a role
DELETE/api/v1/wallets/:walletExternalKey/roles/:id
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Deletes an existing role.
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.