Delete a key
DELETE/api/v1/wallets/:walletExternalKey/keys/:keyExternalKey
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Deletes an existing key. Returns 409 Conflict if the key is linked to an identifier.
Required Role
| Role | Description |
|---|---|
WALLET_IDENTIFIER_CRUD | Create, read, update and delete identifiers |
Request
Responses
- 204
- 401
- 403
- 404
- 409
Key deleted successfully
Unauthorized.
Forbidden.
Key not found.
Key is linked to one or more identifiers.