A AuthMS API Wiki API Reference iam.tianv.com →

DELETE /admin/tenants/{id}/invitations/{invite_id}

管理员永久删除邀请记录(不可逆操作,区别于RevokeInvitation的状态变更)

租户服务 `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes 租户ID
invite_id path string Yes 邀请ID

Responses

StatusDescriptionSchema
200邀请已删除gitee_com_linmes_authms_base_dto.SimpleResponse
400请求参数错误gitee_com_linmes_authms_base_dto.SimpleResponse
403权限不足gitee_com_linmes_authms_base_dto.SimpleResponse
404邀请不存在gitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No