Unlink a credential from an identifier
DELETE/api/v1/wallets/:walletExternalKey/identifiers/:identifierExternalKey/credentials/:credentialExternalKey
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Removes the link between the identifier and the credential. Only supported by identifier types that expose service endpoints; other types return 422.
Required Role
| Role | Description |
|---|---|
WALLET_IDENTIFIER_CRUD | Create, read, update and delete identifiers |
Request
Responses
- 204
- 401
- 403
- 404
- 422
Credential unlinked successfully
Unauthorized.
Forbidden.
Identifier or credential link not found.
Identifier type does not support credential links.