---
title: "Disconnect Carrier by ID"
method: DELETE
path: "/v1/carriers/{carrier_id}"
tags: ["carriers"]
---

# Disconnect Carrier by ID

`DELETE /v1/carriers/{carrier_id}`

Disconnect a Carrier of the given ID from the account

## Response `204`

The request was successful.

- string

## Other responses

- `400` — The request contained errors.
- `404` — The specified resource does not exist.
- `500` — An error occurred on ShipEngine's side. > This error will automatically be reported to our engineers.

## Changes

- **2024-07-28** `99050ced80fa` — 9 warning, 21 info
  - removed the optional property `errors/items/allOf[subschema #1: error]/carrier_code` from the response with the `400` status
  - removed the optional property `errors/items/allOf[subschema #1: error]/carrier_code` from the response with the `404` status
  - removed the optional property `errors/items/allOf[subschema #1: error]/carrier_code` from the response with the `500` status
  - removed the optional property `errors/items/allOf[subschema #1: error]/carrier_id` from the response with the `400` status
  - …26 more

[Change history](https://skmtc.dev/shipengine/apis/shipengine-api/changes/v1/carriers/:carrier_id/delete.md)

---

[API](https://skmtc.dev/shipengine/apis/shipengine-api.md) · [All operations](https://skmtc.dev/shipengine/apis/shipengine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipengine/shipengine-api/revisions/fa08e4d4e453/schema)
