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

# Delete Account

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

Delete a specific shipping account.

## 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/intersoftsapient/apis/sapient-core-api.md) · [All operations](https://skmtc.dev/intersoftsapient/apis/sapient-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intersoftsapient/sapient-core-api/revisions/3315ad0b5875/schema)
