---
title: "Delete Location"
method: DELETE
path: "/v4/shippingLocations/{shippingLocationId}"
tags: ["Shipping Locations"]
---

# Delete Location

`DELETE /v4/shippingLocations/{shippingLocationId}`

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

## Path parameters

- `shippingLocationId` string, required

## Response `200`

The shipping location was deleted successfully.

## Other responses

- `400` — Invalid request response.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The shipping location 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)
