---
title: "Delete a convenience fee rule"
method: DELETE
path: "/account/convenience-fees/rules"
tags: ["Convenience Fees"]
---

# Delete a convenience fee rule

`DELETE /account/convenience-fees/rules`

Deletes a jurisdiction rule by ID. The rule must belong to the authenticated account. Requires the ManageConvenienceFees permission.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `RuleID` integer, required

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
