Printago API
DELETE
/v1/printers
Delete multiple printers
Remove multiple printers from your store
Request Body
Printer IDs to delete
BulkActionRequest
idsrequired
string[]
Example Request
application/json
{
"ids": [
"string"
]
}
Response Schema
Response
value
string[]
Example Response
200 OK — application/json
[ "string" ]