Skip to main content
Version: 5.7.0

SysDeleteCatalogItem

Delete an existing Item catalog

ServiceOperation
itemCatalogSYS_DELETE_CATALOG_ITEM

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status" : 200,
"data" : null
}

Method Parameters

ParameterDescription
defIdThe unique id of the item definition.
versionVersion of catalog item to delete. For any version, specify -1.
forceDeleteAnyStatefalse - Delete only if the item is in Revoked or Draft state. true - delete item irrespective of the state.