await seam.connectWebviews.delete({
connect_webview_id: "816f796f-636c-46a9-9fef-7f90ca69e771",
});
/*
// void
*/
{}Connect Webviews
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.
DELETE
/
connect_webviews
/
delete
await seam.connectWebviews.delete({
connect_webview_id: "816f796f-636c-46a9-9fef-7f90ca69e771",
});
/*
// void
*/
{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of the Connect Webview that you want to delete.
Response
OK
The response is of type object.
Was this page helpful?