DELETE /admin/tenants/{id}/api-keys/{key_id}
吊销指定 API Key,使其立即失效
租户服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
租户ID |
key_id |
path |
string |
Yes |
|
|
|
API Key ID |
Referenced Schemas
dto.DataResponse-string
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
string |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|