Request
The unique identifier of the indicator to delete
Trading symbol (e.g., EURUSD)
Response
Indicates if the deletion was successful
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.