Delete a Carrier Connection

You can programmatically delete any carrier you have connected to your ShipEngine account.

If you reconnect your deleted carrier account in the future, a new carrier_id will be generated for the new connection.

Example

DELETE /v1/connections/carriers/:carrier_name/:carrier_id

1
2
3
DELETE /v1/connections/carriers/:carrier_name/:carrier_id HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__

When a carrier has been successfully disconnected, you will receive a HTTP 204, No Content status.