Reference > Shop flow URLs > Catalog subsystem URLs > Catalog groups


CatalogGroupDelete URL

This URL marks a catalog group and its description (plus all cascades) for deletion.


URL structure

http:// host_name/path/

The fully qualified name of the WebSphere Commerce Server and the configuration path.

Diagram of the URL structure: The URL starts with the fully qualified name of the WebSphere Commerce Server and the configuration path, followed by the URL name, CatalogGroupDelete , and the ? character. End the URL with a list of parameters in the form of name-value pairs. Separate each <a href=name-value pair with the & character. For a detailed description of the parameters and their values, see the list entitled Parameter values." />


Parameter values

catgroupId

Required: The reference number of the catalog group. You must specify either catgroupId or identifier.

identifier

Required: The external identifier of the catalog group. You must specify either identifier or catgroupId.

force

0 = no, 1=yes. 0 will markForDelete this catalog group.

URL

The URL to be called when the command completes successfully.


Example 1

The following example deletes catalog group 6001 from the database permanently:

http://host_name/webapp/wcs/stores/servlet/CatalogGroupDelete?
catgroupId=6001&force=1&URL=LogonForm


Example 2

The following example deletes catalog group, with testCatalogGroup1 as the identifier, from the database permanently:

http://host_name/webapp/wcs/stores/servlet/CatalogGroupDelete?
identifier=testCatalogGroup1&force=1&URL=LogonForm


Behavior


Exception condition

None.


Related concepts

Catalog subsystem

Related reference

CatalogGroupAdd URL

CatalogGroupMove URL

CatalogGroupUpdate URL

TopCatalogGroupAdd URL

TopCatalogGroupDelete URL

CatGroupRelAdd URL

CatGroupRelDelete URL

Catalog subsystem URLs


+

Search Tips   |   Advanced Search