Skip to main content
DELETE
/
api
/
external
/
indicators
/
{indicator_id}
curl -X DELETE "https://api.innova-trading.com/api/external/indicators/my_signals?symbol=EURUSD&timeframe=60" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "message": "Indicator data deleted"
}

Request

indicator_id
string
required
The unique identifier of the indicator to delete
symbol
string
required
Trading symbol (e.g., EURUSD)
timeframe
integer
required
Timeframe in minutes

Response

success
boolean
Indicates if the deletion was successful
message
string
Confirmation message
curl -X DELETE "https://api.innova-trading.com/api/external/indicators/my_signals?symbol=EURUSD&timeframe=60" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "message": "Indicator data deleted"
}
This action is irreversible. The indicator data will be immediately removed and will no longer appear on charts.