---
title: "Delete Account"
method: DELETE
path: "/v4/ShippingAccounts/{carrierCode}/{shippingAccountId}"
tags: ["Shipping Accounts"]
---

# Delete Account

`DELETE /v4/ShippingAccounts/{carrierCode}/{shippingAccountId}`

Delete an existing shipping account from the system that is no longer required.

## Path parameters

- `carrierCode` string, required
- `shippingAccountId` string, required

## Response `200`

The shipping account was deleted successfully.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The shipping account was not found.
- `500` — Internal Server Error

---

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