1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-24 00:01:24 +02:00
Files
OpenIntegrations/docs/en/examples/Bitrix24/DeleteDepartment.txt
2025-07-06 01:01:25 +03:00

11 lines
366 B
Plaintext
Vendored

URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
DepartmentID = "2160";
Result = OPI_Bitrix24.DeleteDepartment(URL, DepartmentID);
URL = "b24-ar17wx.bitrix24.by";
Token = "11ae5d68006e9f06006b12e400000001000...";
DepartmentID = "2158";
Result = OPI_Bitrix24.DeleteDepartment(URL, DepartmentID, Token);