Skip to content

Delete Load

DELETE /v2/tms-api/loads/{id}

Delete a load.

API Reference

Path Parameters

idstringrequired
The load ID

Request Example

bash
curl -X DELETE "https://api.mentium.io/v2/tms-api/loads/load_abc123" \
  -H "X-API-Key: your_api_key_here"

Response

204 No Content

Successful deletion - no response body.

Mentium TMS API Documentation