catalog.product.service.delete
Scope: catalog Permissions: all
catalog.product.service.delete(id)
Method deletes a service.
Returns true
in response body on success.
Parameters
Parameter | Type | Description |
---|---|---|
id | integer | Service ID. |
Examples
BX24.callMethod( 'catalog.product.service.delete', { id: 222 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024