bigcommerce-api-php
bigcommerce-api-php copied to clipboard
Delete the given optionValue
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); }