---
title: "Cancel a Trade Detection subscription"
method: POST
path: "/snapTrade/tradeDetection/subscriptions/cancel"
tags: ["Experimental endpoints"]
---

# Cancel a Trade Detection subscription

`POST /snapTrade/tradeDetection/subscriptions/cancel`

Cancels a Trade Detection subscription for a connected brokerage account.
This endpoint requires partner signature authentication only and does not require `userId` or `userSecret`.

## Request body

- object
  - `account_id` string, uuid, required — Unique identifier for the connected brokerage account. This is the UUID used to reference the account in SnapTrade.

## Response `200`

Cancelled the Trade Detection subscription, or it was already cancelled

- TradeDetectionCancelSubscriptionResponse
  - `success` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Feature not enabled
- `404` — Not Found
- `500` — Unexpected Error

---

[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)
