Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

PublishProductCatalogJob - deleteJobByGroupAndName

PublishProductCatalogJob - deleteJobByGroupAndName

Description :

This command deletes a Publish Product Catalog Job. You must identify the job group where the job is stored and the name of the job.

Authentication requirement: You must run this command using the BLAdmins role.

Return type : void

Command Input :

Variable Name

Variable Type

Description

parentGroup

String

Fully qualified path to the job group where the job is stored.

jobName

String

Name of the Publish Product Catalog Job.

Example

The following example shows you how to delete an existing Publish Product Catalog Job.

Script


# Name of the existing Publish Product Catalog Job. 

PUBLISH_PRODUCTCATALOG_JOB_NAME="PublishProductCatalogJob1" 

# Job group in which the PublishProductCatalog Job is stored. 

PUBLISH_PRODUCTCATALOG_JOB_FOLDER="/PublishProductCatlogJobs" 

# Delete the Publish Product Catalog Job  using the above information. 

blcli PublishProductCatalogJob deleteJobByGroupAndName $PUBLISH_PRODUCTCATALOG_JOB_FOLDER $PUBLISH_PRODUCTCATALOG_JOB_NAME 



Was this page helpful? Yes No Submitting... Thank you

Comments