cURL
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": {} }
Delete a platform fee rule. Future transactions of this type will no longer include a platform markup. Transactions already in progress or settled are unaffected.
API token authentication using format <api token id>:<api client secret>
<api token id>:<api client secret>
System-generated unique fee rule identifier
Fee rule deleted successfully
Was this page helpful?