---
title: "Delete a price alert"
method: DELETE
path: "/api/v1/price-alerts/{alertId}"
tags: ["Price Alerts"]
---

# Delete a price alert

`DELETE /api/v1/price-alerts/{alertId}`

**Rate limit:** 60 requests per 60 seconds. This is the **default shared quota** — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.

---

Permanently deletes a price alert owned by the authenticated user.

## Path parameters

- `alertId` string, uuid, required

## Headers

- `x-request-id` string, uuid, required
- `x-api-key` string, password, required
- `x-user-key` string, password, required

## Response `200`

Price alert deleted successfully

- DeletePriceAlertResponse — Response for price alert delete operation
  - `success` boolean — Indicates the operation completed successfully
  - `data` object
    - `alertId` string, uuid — Unique identifier of the deleted price alert

## Other responses

- `401` — Unauthorized - missing or invalid authentication credentials
- `403` — Forbidden - insufficient permissions
- `404` — Price alert not found
- `429` — Too many requests
- `500` — Internal server error

---

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