Printago API
DELETE /v1/parts

Delete multiple parts

Delete multiple parts and their associated files

Requires: part.delete

Request Body

Array of part IDs to delete

RequestBody
value
string[]

Example Request

application/json
[
  "string"
]

Response Schema

Response
value
string[]

Example Response

200 OK — application/json
[
  "string"
]