v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
InterestRate

Deletes an interest rate tier for a specified program, account, and purse.

This endpoint allows Partners to delete interest rate tiers.

  • Delete Interest Rate Tier
delete/programs/{programCode}/accounts/{accountIdentifier}/purses/{purseIdentifier}/interestRateTier/{interestRateTierIdentifier}

Path parameters

programCodestring required

The program code associated with the request.

accountIdentifierstring required

The account identifier (GUID format) for which to delete the interest rate tier.

purseIdentifierstring required

The purse identifier (GUID format) for which to delete the interest rate tier.

interestRateTierIdentifierstring required

The interest rate tier identifier (GUID format) to delete.

Headers

X-GD-RequestIdstring required

The unique request identifier from the X-GD-RequestId header.

Response

OK

interestRateTierIdentifierstring nullable

Gets or sets the unique identifier for the interest rate tier that was deleted.

interestRateTierstring nullable

Gets or sets the name or code of the interest rate tier that was deleted.

interestYieldStartDatestring nullable

Gets or sets the start date for the interest yield period of the deleted tier, in ISO 8601 format (yyyy-MM-dd).

interestYieldEndDatestring nullable

Gets or sets the end date for the interest yield period of the deleted tier, in ISO 8601 format (yyyy-MM-dd).

apystring nullable

Gets or sets the annual percentage yield (APY) associated with the deleted interest rate tier.

isActiveboolean

Gets or sets a value indicating whether the interest rate tier was active at the time of deletion.