POST
/api/im/remote/bindings/{bindingId}/fs/delete
Relay filesystem delete to daemon
Mobile → Cloud → Daemon filesystem delete (15s timeout). Body is forwarded verbatim.
Always requires remote approval unless the path is within an explicit allowlist on
the daemon. data shape is { deleted: boolean }.
No code sample available for this language
Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| bindingId | string | Y | — |
Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| path | string | N | — | |
| recursive | boolean | N | — |
Response Example
{
"ok": true,
"data": {
"deleted": true
}
}Try it out
Path Parameters
→ /api/im/remote/bindings/{bindingId}/fs/delete
Sign in to use your API key
Request Body
Response
Click Execute to test