Deletes an interest rate tier for a specified program, account, and purse.delete https://example.com/programs/{programCode}/accounts/{accountIdentifier}/purses/{purseIdentifier}/interestRateTier/{interestRateTierIdentifier}This endpoint allows Partners to delete interest rate tiers. Delete Interest Rate Tier Path ParamsprogramCodestringrequiredThe program code associated with the request.accountIdentifierstringrequiredThe account identifier (GUID format) for which to delete the interest rate tier.purseIdentifierstringrequiredThe purse identifier (GUID format) for which to delete the interest rate tier.interestRateTierIdentifierstringrequiredThe interest rate tier identifier (GUID format) to delete.HeadersX-GD-RequestIdstringrequiredThe unique request identifier from the X-GD-RequestId header.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago