v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Account accrual rates

Delete account accrual rates

Deletes an accrual rate that's configured for an individual account. If only accountId is provided, all account accrual rates are deleted for that account. You can use the optional parameters transactionCategoryId, accrualType, and periodToCalculate to specify a subset of the account accrual rates that you want to delete. For example, if you provide values for transactionCategoryId, accrualType, and periodToCalculate, then all account accrual rates configured for the specified account, transaction category, accrual type, and period to calculate are deleted.

NOTE: This endpoint requires an account-specific access token. Getting an account token requires you to call Get OpenID access token with an external account ID. Tokens can expire quickly, which can result in an Unauthorized message.

delete/v1/accounts/{accountId}/accrual-type-rates

Path parameters

accountIdinteger required
Example:6912345

Account ID

Query parameters

transactionCategoryIdinteger
Example:2

Program transaction category ID

accrualType'WITHDRAWAL_INTEREST' | 'BILLPAYMENT_INTEREST' | 'OVERDRAFT_INTEREST'
Example:WITHDRAWAL_INTEREST

Accrual type

periodToCalculate'UNTIL_DUE_DATE' | 'AFTER_DUE_DATE'
Example:UNTIL_DUE_DATE

Period to calculate the accruals

Response

No Content