action vectara_delete { label: "Delete" description: "Delete" provider: vectara method: POST path: "/v1/delete-doc" encoding: json input: { type: "object" description: "Request to delete a document from an index." properties: { corpusId: { type: "string" format: "int64" description: "The Corpus ID that contains the document." } customerId: { type: "string" format: "int64" description: "The Customer ID to issue the request for." } documentId: { type: "string" description: "The Document ID to be deleted." } } } output: { type: "object" } }