OpenMined/pygrid-admin

Datasets flow: Delete tensors

Closed this issue · 0 comments

tcp commented

Description

Deletes a tensor. Tensors can only be deleted after it has been downloaded by the data scientist who created it. This checking is done in the backend. We should add a warning to the user about this constraint.

Route: /datasets/tensors

Users will reach this page via:

  • tensors pending deletion in /dashboard
  • tensors pending deletion in /datasets

A first attempt at the UI has been implemented here. Please modify as needed.

op endpoint
delete DELETE /dcfl/tensors/:id