Contact Group Member DELETE

URI

https://{DATACENTER}.brightpearlconnect.com/public-api/{ACCOUNT}
/contact-service/contact-group/{ID}/member/{CONTACT-ID}

Refer to our documentation on URI syntax for more information on how to construct URIs.

Description

This message allows you to remove a contact from an existing contact group. You may only remove one contact from a contact group per request.

You may not remove a contact from a contact group:

  • If the contact is not a member of the contact group.
  • If the contact group is set to read only.

Example

Deleting a contact with ID 25 from contact group with ID 1000.

Request URI

/contact-group/1000/member/25

Request body

{
}

Response

{
}