Delete a Connect Webview

Deletes a Connect Webview.

You do not need to delete a Connect Webview once a user completes it. Instead, you can simply ignore completed Connect Webviews.

Deletes a Connect Webview.

Code

await seam.connectWebviews.delete({
  connect_webview_id: "816f796f-636c-46a9-9fef-7f90ca69e771",
});

Output

// void
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

connect_webview_id String (Required)

ID of the Connect Webview that you want to delete.


Response

void

Last updated

Was this helpful?