Delete OIDC Client
DELETE/v3/config/extension/oidc/client/:clientId
Permanently removes an OpenID Connect client and its associated configuration. This action cannot be undone.
Request
Path Parameters
clientId stringrequired
The ID of the client
Responses
- 204
- 401
- 404
- 500
Client deleted
Response Headers
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Resource not found
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...