Printago API
DELETE /v1/materials/groups

Delete multiple groups

Delete multiple groups

Requires: material.edit

Request Body

Group IDs to delete

RequestBody
value
string[]

Example Request

application/json
[
  "string"
]

Response Schema

Response
value
string[]

Example Response

200 OK — application/json
[
  "string"
]