Printago API
DELETE /v1/materials/group-members

Remove group members

Remove variants from groups

Requires: material.edit

Request Body

Membership IDs to remove

RequestBody
value
string[]

Example Request

application/json
[
  "string"
]

Response Schema

Response
value
string[]

Example Response

200 OK — application/json
[
  "string"
]