Documentation

entity.section.delete

Deletes storage section. User must have at least storage Write permission (W).

Parameters

Parameter Description
ENTITY Required. Storage string ID.
ID Required. ID of section to be deleted.

Example

Call

BX24.callMethod('entity.section.delete', {ENTITY: 'menu_new', ID: 220});

Request

https://my.bitrix24.com/rest/entity.section.delete.json?ENTITY=menu_new&ID=220&auth=9affe382af74d9c5caa588e28096e872

Response

{"result":true}



© «Bitrix24», 2001-2024
Up