AttributeTemplate_Delete
Description
This function deletes an attribute template.
Request Parameters
| Parameter | Type | Description | 
| AttributeTemplate_id | Number | The id number of the attribute template to be deleted | 
Response Parameters
| Parameter | Type | Description | 
| success | Number | 1indicating a successful request.
 0indicating an unsuccessful request. | 
Example Request
{
    "Store_Code": "{{Store_Code}}",
    "Miva_Request_Timestamp": "{{$timestamp}}",
    "Function": "AttributeTemplate_Delete",
    "AttributeTemplate_ID": 3
}
Example Response
Error Responses
| Error Code | Error Message | Error Description | 
| MER-ATT-JSN-00021 | Attribute Template ATTR_TEMP_CODEcannot be deleted because it is in use by one or more products | Attribute in use | 
| MER-JSN-PRD-00086 | Attribute not found | Attribute not found |