全部产品
Search
文档中心

资源管理:DisassociateMembers - 解绑联系人

更新时间:Jun 25, 2024

为资源目录、资源夹或成员解绑联系人。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
ContactIdstring

联系人 ID。

c-qL4HqKONzOM7****
Membersarray

解绑目标。

string

解绑目标。取值:

  • 资源目录 ID:为整个资源目录解绑联系人。
  • 资源夹 ID:为指定资源夹解绑联系人。
  • 成员 ID:为指定成员解绑联系人。

N 的取值范围:1~5,即每次最多解绑 5 个目标。

fd-ZDNPiT****

返回参数

名称类型描述示例值
object

返回结果。

RequestIdstring

请求 ID。

95060F1D-6990-4645-8920-A81D1BBFE992
Membersobject []

解绑目标。

ContactIdstring

联系人 ID。

c-qL4HqKONzOM7****
MemberIdstring

解绑目标 ID。取值:

  • 资源目录 ID。
  • 资源夹 ID。
  • 成员 ID。
fd-ZDNPiT****
ModifyDatestring

解绑时间。

2023-03-27 17:19:21

示例

正常返回示例

JSON格式

{
  "RequestId": "95060F1D-6990-4645-8920-A81D1BBFE992",
  "Members": [
    {
      "ContactId": "c-qL4HqKONzOM7****",
      "MemberId": "fd-ZDNPiT****",
      "ModifyDate": "2023-03-27 17:19:21"
    }
  ]
}

错误码

HTTP status code错误码错误信息描述
400InvalidParameter.ContactIdThe ContactId is invalid.ContactId无效。
400MissingParameter.ContactIdYou must specify ContactId.ContactId不能为空。
400InvalidParameter.MembersThe Members is invalid.Members参数无效。
400InvalidParameter.Members.DuplicateThe Members contains duplicate values.生效成员范围有重复项。
400InvalidParameter.Members.LengthThe maximum number of Members exceeds the limit.成员生效范围数量超限。
400QuotaExceeded.MembersThe maximum number of Members exceeds the limit.成员生效范围数量超限。
400InvalidMemberThe member does not exist in the resource directory.成员对象不在资源目录内。
400ContactStatusMismatchActionThe status of the contact does not allow the specified operation.联系人的状态不支持当前操作。
404EntityNotExists.ContactThis Contact does not exist.Contact不存在。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2023-07-25OpenAPI 错误码发生变更看变更集
变更项变更内容
错误码OpenAPI 错误码发生变更
    删除错误码:400
    删除错误码:404