Delete OAuth2.0 Client
DELETE/config/data-space/oauth2-client/:clientId
Deletes a Data Marketplace related OAuth2 Client.
Request
Path Parameters
clientId stringrequired
Responses
- 200
Data Marketplace related OAuth2 Client deleted
Response Headers
Content-Type json
Content-Type header
- application/json
- Schema
- Example (from schema)
Schema
oauth2Client object
clientId stringrequired
ID of the OAuth2 Client
clientSecret stringrequired
Secret of the OAuth2 Client
clientName stringrequired
Name of the OAuth2 Client
clientDescription string
Description of the OAuth2 Client
grantTypes stringrequired
Grant Types allowed for the OAuth2 Client
timestamp intrequired
Timestamp of the OAuth2 Client creation or last modification
{
"oauth2Client": {
"clientId": "string",
"clientSecret": "string",
"clientName": "string",
"clientDescription": "string",
"grantTypes": "string"
}
}
Loading...