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:
- Output:
{
"status": "success",
"time": 1526966340.437936
}