Production Cancel by LPN Endpoint
Cancels a single job that matches the provided license plate number (LPN). The LPN is a job identifier that can be set in PackNet. The LPN for a job can be found under Search Details.
[DELETE] https://api.prod1.packnet.app/Production/v1/licensePlateNumber/{licensePlateNumber}/cancel
Status Codes
200 OK: Command received and processed.
401 Unauthorized: Access denied due to invalid subscription key.
404 Not found: The requested resource cannot be found.
500 Internal server error: The server does not know how to process the request.
Request
licensePlateNumber
Response
The response for this API will be the applicable status code from the list above. There is no response body.