Latest stories

delete_session

  • Inputs
{
    "session_ids": "list of strings: each session id for deletion is a string inside a list"
}

  • Errors
{
    "must_login": "must login",
    "unable_delete_session": "the input session id is not correct or related to session that user in it run delete_session "
}

  • Extra Description
Delete sessions of the given session_id as a list in input

  • Sample
  • Url:
https://api.pantel.me/a/delete_session?session_ids=["737247ac20628d06e1602ce9183b18b4"]
  • Output:
                                {
    "status": "success",
    "time": 1526966340.437936
}