AttributeTemplateOption_Delete
#
Description#
This function deletes an option from an attribute in an attribute template.
Request Parameters#
Parameter |
Type | Description |
---|---|---|
AttributeTemplate_option_id |
Number | The id number of the option to be deleted from the attribute template. |
Response Parameters#
Parameter |
Type | Description |
---|---|---|
success |
Number | 1 indicating a successful request. 0 indicating an unsuccessful request. |
Example Request#
{
"Store_Code": "{{Store_Code}}",
"Miva_Request_Timestamp": "{{$timestamp}}",
"Function": "AttributeTemplateOption_Delete",
"AttributeTemplateOption_ID": 13
}
Example Response#
{
"success": 1
}
Error Responses#
Error Code | Error Message | Error Description |
---|---|---|
MER-JSN-PRD-00031 |
Option not found | Option not found |