Skip to content

Delete Price Alert Log

Deletes one trigger log entry for the current user.

DELETE

https://{some_domain}/price_alert/log/{id}

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
404 NOT_FOUND Log record not found