Delete global configuration
DELETE/v2/config/digital-wallet/openid/global-configuration/:globalConfigurationId
Deletes a global configuration for the OID4VCI issuer.
Request
Path Parameters
globalConfigurationId stringrequired
Unique identifier of the issuer's global configuration.
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...