eToro · Example Payload

Deleteapricealert Response 404

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Deleteapricealert Response 404 is an example object payload from eToro, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodstatustypeexample

Example Payload

deleteAPriceAlert-response-404.json Raw ↑
{
  "path": "/api/v1/price-alerts/{alertId}",
  "method": "delete",
  "status": "404",
  "type": "response",
  "example": {
    "success": false,
    "error": {
      "code": "ALERT_NOT_FOUND",
      "message": "Price alert not found",
      "details": "No price alert found with the specified ID"
    }
  }
}