---
title: "Delete Recurring Deposit"
method: DELETE
path: "/funding/recurring-deposits/{recurringID}"
tags: ["Deposits"]
---

# Delete Recurring Deposit

`DELETE /funding/recurring-deposits/{recurringID}`

Deactivates Recurring Deposit details by recurringID.

## Path parameters

- `recurringID` string, required

## Response `200`

Deactivating Recurring Deposit was Successful.

- RecurringDepositDeleteResponse
  - `id` string — A unique identifier of the recurring deposit.
  - `currency` 'USD' — The name of the currency in abbreviation form.
  - `amount` number — The amount of the recurring deposit.
  - `frequency` 'BIWEEKLY' | 'DAILY' | 'MONTHLY' | 'MONTHLY_FIRST' | 'MONTHLY_MIDDLE' | 'QUARTERLY' — The recurring deposit frequency; only available for ACH deposits. Note: For retirement accounts, recurring schedules are restricted to CURRENT_YEAR contributions only.
  - `bankAccountID` string — The unique DriveWealth identifier that identifies each linked bank account.
  - `active` boolean — True, if the recurring deposit is active.
  - `nextDeposit` string — The date of when the next recurring deposit will be triggered.
  - `depositHistory` DepositHistory[] — A list of all the past deposit processed.
    - `depositID` string — A unique identifier for the Deposit.
    - `currency` 'USD' — The name of the currency in abbreviation form.
    - `status` 'STARTED' | 'PENDING' | 'PROCESSING' | 'SUCCESSFUL' | 'FAILED' | 'OTHER' | 'APPROVED' | 'REJECTED' | 'ON_HOLD' | 'PROCESSING' | 'RETURNED' | '-' — The current status of the user's deposit.
    - `created` string
    - `updated` string
    - `createdBy` string — The user identifier whom created the recurring deposit.
    - `metaAccountInfo` string — A custom message about the processing of the recurring deposit.
  - `accountID` string — The user's unique account identifier.
  - `userID` string — A unique identifier created for each User on DriveWealth's platform.
  - `created` string — The date and time the recurring deposit was created for the user's external bank account.
  - `updated` string — The date and time the recurring deposit was updated for the user's external bank account.
  - `createdBy` string — The user identifier whom created the recurring deposit.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
