CorebanqCorebanq Developer Docs
Tariffsv1Velocity Rules

Delete velocity rule

Delete a velocity rule

DELETE/v1/tariffs/velocity-rules/{rule_id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

rule_id*string

Response Body

application/json

curl -X DELETE "https://example.com/v1/tariffs/velocity-rules/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "code": "tariffs_m.tariff_not_found",
  "message": "Tariff not found"
}