Remove Recipients from Group
Removes recipients from a group. The recipients remain in the dock’s catalog — they are only disassociated from this group.Path Parameters
| Parameter | Type | Description |
|---|---|---|
dockId | string | The dock ID |
id | string | The group ID |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
recipientIds | string[] | Required | Array of recipient IDs to remove |
Example Request
Response
Returns the updated group with remaining members.Error Handling
| Status | Condition |
|---|---|
400 | recipientIds is empty |
401 | Missing or invalid API key |
404 | Group or dock not found |