Skip to content

取消租户管理员

需通过签名认证

URL

/tenant/manager/off

参数

json
{
    "uid": "用户ID"
}

cURL示例

bash
curl -X POST \
    -H 'Content-Type: application/json' \
    -d '{"uid": "用户ID"}' \
    https://abc.com/tenant/manager/off?lang=zh&timestamp=1234567890123&sign=abc123

成功返回

json
""