Fees

Delete a fee

Deletes a fee.

DELETE
/biller/fees/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://api.sandbox.billingrails.com/v1/biller/fees/fee_IhMUl3rrZ3"
{
  "deleted": true
}