From 3786401435e75169d57ac01c368c1c8d9562a0c8 Mon Sep 17 00:00:00 2001 From: Andor Kesselman Date: Thu, 28 Sep 2023 15:24:44 +0530 Subject: [PATCH] removed request field --- packages/api/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages/api/README.md b/packages/api/README.md index a2bc8ea81..db2044bf2 100644 --- a/packages/api/README.md +++ b/packages/api/README.md @@ -355,15 +355,6 @@ const subscription = await web5.dwn.subscription.create( Note, the `subscription` object also returns an event stream and a socket connection. You may use that directly if that is your preference. -#### **Request** - -The `delete` request object is composed as follows: - -- **`from`** - _`DID string`_ (_optional_): The DID of the DWeb Node the delete tombstone will be sent to. -- **`message`** - _`object`_: The properties of the DWeb Node Message Descriptor that will be used to construct a valid DWeb Node message. - - **`recordId`** - _`string`_: the required record ID string that identifies the record being deleted. - - ### **`web5.dwn.protocols.configure(request)`** Method for configuring a protocol definition in the DWeb Node of the user's local DWeb Node, remote DWeb Nodes, or another party's DWeb Nodes (if permitted).