DELETE /admin/oauth/clients/{client_id}/secrets/{secret_id}
硬删除指定密钥(至少保留一个密钥)
OAuth 客户端管理 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
client_id |
path |
string |
Yes |
|
|
|
客户端ID |
secret_id |
path |
string |
Yes |
|
|
|
密钥ID |
Referenced Schemas
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|