Delete All Price Alert Logs¶
Deletes all trigger log entries for the current user.
DELETE
https://{some_domain}/price_alert/logs/clear
Authorization¶
All requests must include a JWT token:
Authorization: <JWT_TOKEN>
This endpoint is available only for a client user session. The server takes login from the JWT session.
Response¶
Success (200)¶
{
"data": "OK"
}
Error Responses¶
| Code | Error | Description |
|---|---|---|
| 400 | INVALID_DATA |
Validation failed |
| 400 | INVALID_LOGIN |
Session login is missing or invalid |