Latest stories

unfollow_wall

  • Inputs
{
    "wall_id": "integer: wall id"
}

  • Errors
{
    "must_login": "user must be login",
    "user_is_not_member": "user is not a member of the wall"
}

  • Extra Description
Unfollow the wall

  • Sample
  • Url:
https://api.pantel.me/a/unfollow_wall?wall_id=-1000940
  • Output:
                                {
    "status": "success",
    "time": 1526966340.437936
}