Ref: filecoin-project/curio#1028
Ref: FilOzone/filecoin-services#457
Ref: #693
We're going to enable the "delete" data set endpoint on pdpv0 and let the client call it with a signed 712 auth to request deletion. We currently have terminateService which submits an on-chain transaction but doing it via the SP should be the preferred way. It's gasless, and gives the SP the opportunity to clean up properly. We should document terminateService as an escape-hatch API that you can call if the SP refuses to delete for you.
Ref: filecoin-project/curio#1028
Ref: FilOzone/filecoin-services#457
Ref: #693
We're going to enable the "delete" data set endpoint on pdpv0 and let the client call it with a signed 712 auth to request deletion. We currently have
terminateServicewhich submits an on-chain transaction but doing it via the SP should be the preferred way. It's gasless, and gives the SP the opportunity to clean up properly. We should documentterminateServiceas an escape-hatch API that you can call if the SP refuses to delete for you.