Latest stories

delete_wall

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

  • Errors
{
    "must_login": "user must be login",
    "permission_denied": "user does not have permission to delete the wall",
    "store_has_open_orders": "there are open orders in the store"
}

  • Extra Description
Delete the wall if the user has permission

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