v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014994227.2 KB
uploads

Delete an upload

Removes a file from the org's library: the stored object, the library entry and its delivery history. Copies already delivered to a phone are left in place for now: on a shared phone they are destroyed when the phone is released, while on a dedicated phone they persist until the phone is cleaned up.

delete/uploads/{upload_id}

Path parameters

upload_idstring uuid required

upload identifier to delete

upload identifier to delete

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

messagestring required

Example response

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