action figshare_private_project_delete { label: "Delete project" description: "A project can be deleted only if: - it is not public - it does not have public articles.\n\nWhen an individual project is deleted, all the articles are moved to my data of each owner.\n\nWhen a group project is deleted, all the articles and files are deleted as well. Only project owner, group admin and above can delete a project.\n" provider: figshare method: DELETE path: "/account/projects/{project_id}" encoding: json output: { type: "object" additionalProperties: true } }