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