Skip to content

Attribute_Delete#


Description#

This function deletes an attribute from a product.

Request Parameters#

Parameter
Type Description
attribute_id Number The id number of the attribute to be deleted

Response Parameters#

Parameter
Type Description
success Number 1 indicating a successful request.
0 indicating an unsuccessful request.

Example Request#

{
    "Store_code": "beta",
    "Function": "Attribute_Delete",
    "Attribute_ID": 2
}

Example Response#

{
  "success": 1
}

Error Responses#

Error Code Error Message Error Description
MER-JSN-PRD-00086 Attribute not found Attribute not found