catalog.section.delete
Scope: catalog Permissions to execute: for all
catalog.section.delete(id)
The method deletes a commercial catalog section from the collection of CT sections.
When successful, returns true
in the response body.
Parameters
Parameter | Type | Description |
---|---|---|
id | string | Number of commercial catalog section. |
Examples
BX24.callMethod( 'catalog.section.delete', { id: 14 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024