Skip to content

Delete Carrier

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

Delete a carrier.

API Reference

Path Parameters

idstringrequired
The carrier ID

Request Example

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

Response

204 No Content

Successful deletion - no response body.

Mentium TMS API Documentation