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
Example response
{
"$schema": "/api/v1/DeleteFileOutputBody.json"
}