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

# Delete a Shipping Rule

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

Delete a shipping rule.

Required authorization scope: `enterprise.shipping_rule:write`

The path does not include the `organization_id` path parameter used for 'List all Shipping Rules' and 'Create a Shipping Rule' actions.

## 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)
