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
Example Response
When a carrier has been successfully disconnected, you will receive a HTTP 204, No Content status.