Skip to content

Delete Location

DELETE /v2/tms-api/locations/{external_reference_id}

Permanently delete a location.

WARNING

This action cannot be undone. Make sure no active loads reference this location.

API Reference

Request Example

bash
curl -X DELETE "https://api.mentium.io/v2/tms-api/locations/LOC-CHICAGO-001" \
  -H "X-API-Key: your_api_key_here"

Mentium TMS API Documentation