action openpolicy_delete_document { label: "Delete a document" description: "This API endpoint deletes an existing document from the server" provider: openpolicy method: DELETE path: "/v1/data/{path}" encoding: json output: { type: "object" additionalProperties: true } }