Delete trust authority
DELETE/v2/config/digital-wallet/openid/trust-authority/:trustAuthorityId
Deletes a trust authority configuration from the EBSI Trust Registry or trust list setup.
Request
Path Parameters
trustAuthorityId stringrequired
Unique identifier of a trust authority within the configured trust framework.
Responses
- 204
- 401
- 500
Response Headers
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...