Remove members in a contact group
DELETE {{baseUrl}}/contacts/groups/:groupId/members?member_ids=<string>
Use this API to remove members in a contact group.
Prerequisite: Pro or higher account.
Scopes: contact_group:write:admin
Rate Limit Label: Heavy
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
member_ids | string | (Required) The member's ID in a contact group. Use commas (,) to separate a maximum of 20 ids. |
Can be retrieved by calling the List contact groups API. |