Printago API
POST /v1/classwork/delete-many

Bulk-delete classwork items

Requires: classwork.editor

Request Body

RequestBody
value
string[]

Example Request

application/json
[
  "string"
]

Response Schema

Response
value
string[]

Example Response

201 OK — application/json
[
  "string"
]