AttributeTemplateAttribute_Delete
#
This function deletes an attribute from an attribute template.
Request Parameters#
Parameter |
Type | Description |
---|---|---|
AttributeTemplateattribute_id |
Number | The id number of the attribute 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": "AttributeTemplateAttribute_Delete",
"AttributeTemplateAttribute_ID": 4
}
Example Response#
{
"success": 1
}
Error Responses#
Error Code | Error Message | Error Description |
---|---|---|
MER-JSN-PRD-00086 |
Attribute not found | Attribute not found |