DELETE /admin/tenants/{id}/invitations/{invite_id}
管理员永久删除邀请记录(不可逆操作,区别于RevokeInvitation的状态变更)
租户服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
租户ID |
invite_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 |
|
|
|