action figshare_private_article_embargo_delete { label: "Delete Article Embargo" description: "Will lift the embargo for the specified article" provider: figshare method: DELETE path: "/account/articles/{article_id}/embargo" encoding: json output: { type: "object" additionalProperties: true } }