Remove Material from Pick List
Removes a material line item from a pick list. Returns 204 No Content
on success. Returns 400 if the pick list is finalized (ARCHIVED or
COMPLETED).
Requires scope: pick_lists:write
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
Pick list ID.
materialId
Pick list material record ID (the id field from the material line item).
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error