Deprecated feature

CatGroupCatEntryRelDelete URL

This URL deletes a relationship between a catalog group and a catalog entry.

URL structure

http:// host_name/path/
The fully qualified name of your Transaction server and the configuration path.

Parameter values

catalogId
Required: The reference number of the catalog.
catgroupId
Required: The reference number of the catalog group.
catentryId
Required: The reference number of the catalog entry.
URL
The URL to be called when the command completes successfully.

Example 1

The following example deletes the relationship between catalog 1, catalog group 1, and catalog entry 10001:


http://host_name/webapp/wcs/stores/servlet/CatGroupCatEntryRelDelete?
catentryId=10001&catalogId=1&catgroupId=1&rule=abcdefg&
URL=LogonForm

Example 2

The following example deletes all the catalog, catalog group, catalog entry relationships with catalog 6000 and catalog entry 9000:


http://host_name/webapp/wcs/stores/servlet/CatGroupCatEntryRelDelete?
catentryId=9000&catalogId=6000&catgroupId=*&URL=LogonForm

Example 3

The following example deletes all the catalog, catalog group, catalog entry relationships with catalog 6000 and catalog group 6000:


http://host_name/webapp/wcs/stores/servlet/CatGroupCatEntryRelDelete?
catentryId=*&catalogId=6000&catgroupId=6000&URL=LogonForm

Behavior

  • If the catalog group is generic (catgroupId=*), then delete all CatGroup-CatEntry relationships with the specified CatEntryId.
  • If the catalog entry is generic (catentry=*), then delete all CatGroup-CatEntry relationships with the specified CatGroupId.

Exception conditions

None.