Delete a role
DELETE/api/v1/wallets/:walletExternalKey/roles/:id
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Deletes an existing role.
Request
Responses
- 204
- 401
- 403
- 404
Role deleted successfully
Unauthorized.
Forbidden.
Role not found.