Cancel Pick Task
Cancel a pick task given Pick Task Id.
Direction WMS → WCS
HTTP Method POST
Path /api/task/pick/cancel/{pickTaskId}
Path Parameters
Section titled “Path Parameters”pickTaskId(string, required): The unique identifier of the pick task to cancel
Example: /api/task/pick/cancel/TASK-12345
Responses
Section titled “Responses”202: PickTask cancel request sent
{ "message": "Accepted"}401: Access denied, Invalid Authentication
{ "message": "Unauthorized"}