downloads
Delete a download
Removes a captured file from the org's library and everywhere it was delivered: the stored object and the library entry go immediately, and every phone the file was pushed to is scheduled to remove its copy (removal is confirmed per phone and retried until it lands), the same recall an upload's delete runs. The response reports how many phones that recall reaches. The source phone's own copy from the capture session is outside the recall: it belongs to the session, not the library.
delete/downloads/{download_id}
Path parameters
download_idstring uuid required
download identifier to delete
download identifier to delete
Response
OK
Example response
{
"$schema": "/api/v1/DeleteFileOutputBody.json"
}