action frankiefinancial_delete_document { label: "Delete Document." description: "Mark this document as deleted. It will then become effectively invisible to all queries, but will be available in anonymised form for a past check.\n" provider: frankiefinancial method: DELETE path: "/document/{documentId}" encoding: json output: { type: "object" additionalProperties: true } }