API: Removing web links
| Target URL | /api.php/Drive/files/unweblink |
| Required scope | weblink |
| HTTP Method | GET/POST |
| Output format | JSON |
Request Parameters Reference
| Parameter | Type | Description |
|---|---|---|
| path | string | The FileRun path of the target file, folder or collection. See this page |
Example reply:
1{
2 "success": true,
3 "msg": ["..."],
4 "data": {
5 "weblinkid": "CtmsT8IWoen3JDZIVbxvR3SH45gvvvxs"
6 }
7}