1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/examples/Bitrix24/DeleteDeal.txt
Vitaly the Alpaca (bot) 967cf7acbe Main build (Jenkins)
2025-06-06 22:27:44 +03:00

11 lines
312 B
Plaintext
Vendored

URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
DealID = "3710";
Result = OPI_Bitrix24.DeleteDeal(URL, DealID);
URL = "b24-ar17wx.bitrix24.by";
Token = "50a94068006e9f06006b12e400000001000...";
DealID = "3712";
Result = OPI_Bitrix24.DeleteDeal(URL, DealID, Token);