API Docs
YMS API
Load Controller
POST Delete Load

POST Delete load

Introduction

Delete a load by its load ID. This operation permanently removes the load record from the system. Use with caution as this action cannot be undone.

API Request

POST /load/{loadId}/delete

Request Parameters

NameLocationTypeRequiredDescription
loadIdpathstringYesLoad ID
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 (opens in a new tab)