---
title: "Delete a package price rule"
method: DELETE
path: "/shop/packages/{packageId}/price-rules/{priceRuleId}"
tags: ["Packages"]
---

# Delete a package price rule

`DELETE /shop/packages/{packageId}/price-rules/{priceRuleId}`

Removes a `PriceRule` from a `Package`. Existing bookings priced
under this rule are unaffected — they retain the price recorded at
booking time. When `offering_standard_price` is enabled for the site, the
package's `standard_price` must be set before a price rule can be deleted.
A zero amount counts as set. Requires the `SETTINGS_MANAGE` permission on
the package's site.

## Response `204`

Price rule deleted successfully.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found
- `422` — The request didn't pass validation

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
