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

KeyDatatypeRequiredDescription
member_idsstring(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. |