---
title: "Delete a Shipping Rule"
method: DELETE
path: "/2024-09/shipping_rules/{shipping_rule_id}"
tags: ["Shipping Rules"]
---

# Delete a Shipping Rule

`DELETE /2024-09/shipping_rules/{shipping_rule_id}`

Delete a shipping rule.

Required authorization scope: `public.shipping_rule:write`

## Path parameters

- `shipping_rule_id` string, required

## Response `200`

shipping rule successfully deleted

- Success — General success response
  - `success` object
    - `message` string
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

## Other responses

- `403` — unauthorized

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/revisions/71d737a5fcbf/schema)
