WebSphere Commerce Enterprise

PAttributeDelete URL

Deletes attributes (specifications) from the personalized dictionary.

URL structure

http:// host_name/path/
The fully qualified name of your WebSphere Commerce Server and the configuration path.

Parameter values

attr_id
Required: ID of the personalized attribute.

Example

The following example deletes the personalized attribute 10001.

http://myhostname/webapp/wcs/stores/servlet/PAttributeDelete?attr_id=10001&URL=/

Behavior

  • Deletes attributes (specifications) from the personalized dictionary.

Exception conditions

  • The parameter attr_id must be an integer.