v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-065499150.5 KB
downloads

Delete a download

Removes a captured file from the org's library: the stored object and the library entry, freeing its quota. If the file was pushed to phones, those copies are scheduled for removal like an upload's. The copy in the phone's own gallery is removed on the library-deletes-everywhere policy as the device-side support ships.

delete/downloads/{download_id}

Path parameters

download_idstring uuid required

download identifier to delete

download identifier to delete

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

messagestring required
phones_pending_removalinteger required

Phones that still hold a copy and have been scheduled to remove it. Zero means the file is already gone everywhere.

Example response

{
  "$schema": "/api/v1/DeleteFileOutputBody.json"
}