---
title: "Delete Provider Account"
method: DELETE
path: "/providerAccounts/{providerAccountId}"
tags: ["ProviderAccounts"]
---

# Delete Provider Account

`DELETE /providerAccounts/{providerAccountId}`

The delete provider account service is used to delete a provider account from the Yodlee system. This service also deletes the accounts that are created in the Yodlee system for that provider account. <br>This service does not return a response. The HTTP response code is 204 (Success with no content).<br>

## Path parameters

- `providerAccountId` integer, required

## Response `200`

OK

## Other responses

- `400` — Y800 : Invalid value for providerAccountId<br>Y868 : No action is allowed, as the data is being migrated to the Open Banking provider<br>
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/yodlee/apis/yodlee-core-apis.md) · [All operations](https://skmtc.net/yodlee/apis/yodlee-core-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yodlee/yodlee-core-apis/versions/3bc0042deba8/schema)
