Delete a service endpoint from an identifier
DELETE/api/v1/wallets/:walletExternalKey/identifiers/:identifierExternalKey/services/:serviceExternalKey
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Removes the service entry (and any linked credentials) from the identifier. The service is addressed by the externalKey returned in the list/add service responses. 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
Service deleted successfully
Unauthorized.
Forbidden.
Identifier or service not found.
Identifier type does not support services.