1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00
OpenIntegrations/docs/en/examples/Bitrix24/DeleteDepartment.txt
Vitaly the Alpaca (bot) a81974fd8a Main build (Jenkins)
2025-02-09 18:15:36 +03:00

11 lines
376 B
Plaintext
Vendored

URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
DepartmentID = "1582";
Result = OPI_Bitrix24.DeleteDepartment(URL, DepartmentID);
URL = "b24-ar17wx.bitrix24.by";
Token = "afd0a867006e9f06006b12e400000001000...";
DepartmentID = "1580";
Result = OPI_Bitrix24.DeleteDepartment(URL, DepartmentID, Token);