Group Membersv2

Remove a member from a group (Coming Soon)

DELETE/groups/{groupId}/members/{contactId}
This endpoint is planned but not implemented yet and currently returns 501.

⚠️ COMING SOON - This endpoint is temporarily disabled while we stabilize this feature.

Remove a contact from a group. If the group is linked to an existing iMessage chat, also removes the participant from that chat. If the contact being removed is the organization's own phone number, leaves the group chat instead.

Path parameters

groupIdRequiredstring

Unique identifier of the group chat, prefixed with grp_ (e.g. grp_abc123def456). Returned by the create-group and list-groups endpoints.

contactIdRequiredstring

Contact identifier (phone number in E.164 format or email, URL-encoded)

Headers

AuthorizationRequiredstring

Your API key, sent as a bearer token: Authorization: Bearer <api_key>. Editing this stays in sync with the API key box on the right.

Bearer

Response codes

501Endpoint is documented but not available yet

Sends a live request with your values and shows the real response below. Your key is stored only in this browser.

Request
curl -X DELETE https://api.blooio.com/v2/api/groups/grp_abc123def456/members/%2B15551234567 \
Response objectexample
No example available.