Printago API
DELETE /v1/materials

Delete materials

Delete multiple material types

Requires: material.delete

Request Body

Material IDs to delete

RequestBody
value
string[]

Example Request

application/json
[
  "string"
]

Response Schema

Response
value
string[]

Example Response

200 OK — application/json
[
  "string"
]