Reference > Shop flow URLs > Trading subsystem URLs > Request for Quote (RFQ) > Personal dictionary
PAttributeDelete URL
Deletes attributes (specifications) from the attribute dictionary.
URL structure
- http:// host_name/path/
- The fully qualified name of the WebSphere Commerce Server and the configuration path.
name-value pair with the & character. For a detailed description of the parameters and their values, see the list entitled Parameter values." />
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 attribute dictionary.
Exception conditions
- The parameter attr_id must be an integer.