uploads
Delete an upload
Removes a file from the org's library and everywhere it was delivered: the stored object and the library entry go immediately, and every phone holding a copy is scheduled to remove it (removal is confirmed per phone and retried until it lands). The response reports how many phones that recall reaches.
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"
}