bigcommerce-api-php icon indicating copy to clipboard operation
bigcommerce-api-php copied to clipboard

Delete the given optionValue

Open msznaper opened this issue 7 years ago • 0 comments

Expected behavior

/**

  • Delete the given optionValue.
  • @param int $option_id option id
  • @Param int $id value id
  • @return mixed */ public static function deleteOptionValue($option_id, $id) { return self::deleteResource('/options/' . $option_id .'/values/'. $id); }

Actual behavior

Steps to reproduce behavior

msznaper avatar Aug 29 '18 06:08 msznaper