SSHOC / marketplace-curation

Project to manage scripts and auxiliary data, via Python library and Jupyter notebooks, for the curation of the SSH Open Marketplace
0 stars 0 forks source link

delete actors #31

Open laureD19 opened 2 months ago

laureD19 commented 2 months ago

Currently actors attached to items can't be deleted, even when setting the force parameter to true . DELETE /api/actors{id} returns a 400 with "error": "Cannot delete actors that are contributors of active items!"

List here actors that should nonetheless be deleted:

KlausIllmayer commented 2 months ago

Indeed, very strange: the actor 2196 on production is not connected to an active item based on the database. We need to find out, what prevents the deletion of it. Maybe there is a draft connected to the actor? Will do further research.