API Docs
YMS API
Shuttle Task/Level 1
POST Delete Shuttle Task

POST Delete Shuttle Task

Introduction

Deletes a shuttle task by its task ID. This operation permanently removes the task from the system. Only tasks in NEW status can be deleted. For tasks that are in progress or completed, use the cancel operation instead.

API Request

POST /shuttle-task/{taskId}/delete

Request Parameters

NameLocationTypeRequiredDescription
taskIdpathstringYesnone
X-Tenant-IDheaderstringNonone
X-Yard-IDheaderstringNonone
Item-Time-ZoneheaderstringNonone
AuthorizationheaderstringNonone

Response Example

200 Response

{
  "code": 0,
  "msg": "",
  "success": false,
  "data": null
}

Response

Status CodeDefinitionDescriptionData Model
200OK (opens in a new tab)noneRVoid