Delete option value
DELETE {{baseUrl}}/optionvalue
Service urls:
http://yourdomain.com/api/rest_admin/optionvalue
OR
http://yourdomain.com/index.php?route=rest/option_value_admin/optionvalue
Sample request body:
{option_values
:[8,9]}
Request Body
{"option_values"=>["<integer>", "<integer>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cinteger\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":"\u003cobject\u003e"}