---
title: "Delete account"
method: DELETE
path: "/connector/users/{externalUserId}/accounts/{externalAccountId}"
tags: ["ENTERPRISE", "Connector.Account", "MULTI_TENANT"]
---

# Delete account

`DELETE /connector/users/{externalUserId}/accounts/{externalAccountId}`

Deletes the account with the given account ID.

## Path parameters

- `externalUserId` string, required
- `externalAccountId` string, required

## Response `204`

Account deleted.

## Other responses

- `404` — Account not found.

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
