Removes the specified load from the load board.
Remove a load
Removing a load from the Load Board
DELETE /loadmanagement/v3/load/{id} Delete posted loads. Authorization bearer token Content Type application/json URL Params {id} - the LoadID (GUID) returned when the load was posted Body Params JSON Object DELETE https://api-int.truckstop.com/loadmanagement/v3/load/<id> HTTP/1.1 Authorization: bearer <access_token> Content-Type: application/json { "reason": 2, "comment": "No longer valid load" }
HTTP/1.1 204 No Content Content-Type: application/json; charset=utf-8 CorrelationId: 901b6bd9-cd5a-4fca-9955-fc94db7eeacd
Requested Fields:
Field Type Usage Description Reason string required The Load State Reason that the load was deleted Comment string optional An optional comment to explain why the load was deleted
- Response Fields: The response is an empty message with an HTTP 204 No Content code.
- Error Fields: Error responses contain an HTTP Code and an Error object.