DELETE /admin/tenants/{tenant_id}/invitations/{invite_id}
Permanently delete an invitation record by an administrator (irreversible operation, distinct from RevokeInvitation status change)
Tenant Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
Tenant ID |
invite_id |
path |
string |
Yes |
|
|
|
Invitation 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 |
|
|
|