Latest stories

remove_wall_location

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

  • Errors
{
    "You_have_not_permission": "user must be admin of the wall",
    "must_login": "user must be login"
}

  • Extra Description
Remove wall location

  • Sample
  • Url:
https://api.pantel.me/a/remove_wall_location?wall_id=-1000701
  • Output:
                                {
    "status": "success",
    "time": 1547970701.008957
}