Skip to main content
DELETE
JavaScript
Removes the file at the absolute path, e.g. /sdcard/Download/report.pdf. Deletion is immediate and permanent — there is no trash to recover from. The endpoint targets individual files; to clear out a directory, list it and delete its files one by one.

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required

Query Parameters

path
string
required

Response

No Content