---
title: "POST /accountDeleted"
method: POST
path: "/accountDeleted"
tags: ["Webhooks"]
---

# POST /accountDeleted

`POST /accountDeleted`

A webhook that is sent whenever an existing account under a brokerage authorization is deleted.

## Request body

- WebhookBase — The API-key webhook content.
  - `webookId` string
  - `clientId` string
  - `eventTimestamp` string
  - `userId` string

## Response `200`

Return a 200 status to indicate that the account was deleted successfully

## Other responses

- `201` — Return a 201 status to indicate that the account was deleted successfully

---

[API](https://skmtc.net/passiv/apis/snaptrade.md) · [All operations](https://skmtc.net/passiv/apis/snaptrade/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/passiv/snaptrade/revisions/259274f1e845/schema)
