Skip to main content
DELETE
/
fee-rules
/
{feeRuleId}
Delete a fee rule
curl --request DELETE \
  --url https://api.lightspark.com/grid/2025-10-13/fee-rules/{feeRuleId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "status": 401,
  "code": "UNAUTHORIZED",
  "message": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

API token authentication using format <api token id>:<api client secret>

Path Parameters

feeRuleId
string
required

System-generated unique fee rule identifier

Response

Fee rule deleted successfully