Site Logo

Delete a Carrier Connection

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

Carrier IDs

Each of your carriers has a unique carrier_id.

Use the List Carriers call to find the carrier_id for you to indicate which account to delete. This specific identifier (carrier_id) is especially important if you have multiple accounts for the same carrier.

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

Example Request

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__

Example Response

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