get('uuid'); $this->uploadHandler->removeUploadFromSession($uuid); return $this->json([ 'success' => true, 'uuid' => $uuid, ]); } }