v1

latestOpenAPI 3.0.02026-07-2483164186.3 KB
Team Member

Unassign team member from a chat

Unassign a team member from an individual customer chat or a WA group chat. Provide either customerPhoneNumber (for individual chats) or groupId. Exactly one of the two must be supplied.

post/team-member/unassign

Request body

customerPhoneNumberstring phone

Phone number of customer (required if groupId is not provided)

groupIdstring

GroupId of the WA group (required if customerPhoneNumber is not provided)

wabaNumberstring phone

WhatsApp Business Account number (only applicable when customerPhoneNumber is used)

Example request

{
  "customerPhoneNumber": "919999999999",
  "groupId": "grp_1234",
  "wabaNumber": "919999999999"
}

Response

Success

successboolean