Unpublish object
Unpublishes a previously published object
- Parameters
- Advanced call ?
Function CancelObjectPublication(Val Token, Val Path) Export
| Parameter | CLI option | Type | Required | Description |
|---|---|---|---|---|
| Token | --token | String | ✔ | Token |
| Path | --path | String | ✔ | Path to the previously published object |
Returns
Map Of KeyAndValue - serialized JSON response from Yandex
| Parameter | Description |
|---|---|
| proxy | InternetProxy or a structure with fields Protocol, Host, Port, User, Password, UseOSAuthentication |
| timeout | Request execution timeout |
| adv_response | Formats the response as a complete HTTP structure with fields code, body, and headers |
| retries | Number of HTTP request send attempts on 5** status codes or internal client errors |
| dontwait | Creates a background job and returns its data (for 1C and OneScript only) |
1C:Enterprise/OneScript code example
Token = "y0__xCOranuBRj1uTsgs8z_iRV...";
Path = "/5bb78325-64e6-4133-a369-c3a275f745cb.png";
Result = OPI_YandexDisk.CancelObjectPublication(Token, Path);
- Bash
- CMD/Bat
oint yadisk CancelObjectPublication \
--token "***" \
--path "/a5372d08-af15-4cd9-829e-4d79b1d7e502.png"
oint yadisk CancelObjectPublication ^
--token "***" ^
--path "/a5372d08-af15-4cd9-829e-4d79b1d7e502.png"
Result
{
"path": "disk:/b00c92b7-db3b-400e-b0d2-accf2e1e2230.png",
"type": "file",
"name": "b00c92b7-db3b-400e-b0d2-accf2e1e2230.png",
"created": "2026-07-19T17:11:32+00:00",
"modified": "2026-07-19T17:11:32+00:00",
"size": 2114023,
"mime_type": "multipart",
"md5": "9e0176f87f6565a22f78e0f9b39a4d78",
"sha256": "89f8eb42a35208a17c85036e17237b0aa0657e1841efa6171dc5acbc0dea9e18",
"media_type": "image",
"resource_id": "1573541518:7f6d079b206333705f3462d17d94c655cbe8ed1b4efaa934d75b52acc97a1e3d",
"revision": 1784481135411530,
"comment_ids": {
"public_resource": "1573541518:7f6d079b206333705f3462d17d94c655cbe8ed1b4efaa934d75b52acc97a1e3d",
"private_resource": "1573541518:7f6d079b206333705f3462d17d94c655cbe8ed1b4efaa934d75b52acc97a1e3d"
},
"exif": {},
"antivirus_status": "clean",
"file": "https://downloader.disk.yandex.ru/disk/ed0935d43aacdb953223fa7ab3159e1665fd997cbbe5cdca68bf7ffa71a30b86/6a5d3daf/Kdpe3dFisZLPovVA4r-aBmpkby3AOQiLsayEHYapOMw2ylFGSbZZrsWtGPTvHxG_-QDrqSGFBOOsS3b3gKT1zA%3D%3D?uid=1573541518&filename=b00c92b7-db3b-400e-b0d2-accf2e1e2230.png&disposition=attachment&hash=&limit=0&content_type=multipart&owner_uid=1573541518&fsize=2114023&hid=03d7263840468e281bd0b238a26e7d0d&media_type=image&tknv=v3&is_direct_zip_experiment=1&etag=9e0176f87f6565a22f78e0f9b39a4d78"
}