---
title: "Remove a participant from an iMessage group"
method: DELETE
path: "/v1/imessage/groups/{conversationId}/participants"
tags: ["iMessage"]
---

# Remove a participant from an iMessage group

`DELETE /v1/imessage/groups/{conversationId}/participants`

Applied asynchronously by the provider.

## Path parameters

- `conversationId` string, required

## Query parameters

- `accountId` string, required
- `contact` string, required

## Response `200`

Change accepted

- object
  - `success` boolean
  - `conversationId` string
  - `contact` string

## Other responses

- `400` — Bad request, or the conversation is not a group thread
- `401` — Unauthorized
- `404` — Account or conversation not found

## Changes

- **2026-09-21** `339f59df69dd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/imessage/groups/:conversationId/participants/delete.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/e0122970214f?raw)
