landing.landing.delete
Scope: landing Permissions to execute: for all
landing.landing.delete(lid)
This method is used to delete a lading page. If successful, returns True, or an error.
Parameters
Method | Description | Available from version |
---|---|---|
lid | Entity ID. |
Example
BX24.callMethod( 'landing.landing.delete', { lid: 350 }, function(result) { if(result.error()) { console.error(result.error()); } else { console.info(result.data()); } } );
© «Bitrix24», 2001-2025