v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Convenience Fees

Delete a convenience fee rule

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

delete/account/convenience-fees/rules

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

RuleIDinteger required

The ID of the jurisdiction rule to delete

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Example response

{
  "Success": true
}