Skip to content

Cancel Pick Task

Cancel a pick task given Pick Task Id.

Direction WMS → WCS

HTTP Method POST

Path /api/task/pick/cancel/{pickTaskId}

  • pickTaskId (string, required): The unique identifier of the pick task to cancel

Example: /api/task/pick/cancel/TASK-12345

202: PickTask cancel request sent

{
"message": "Accepted"
}

401: Access denied, Invalid Authentication

{
"message": "Unauthorized"
}