await seam.connectWebviews.delete({
connect_webview_id: "816f796f-636c-46a9-9fef-7f90ca69e771",
});
/*
// void
*/{
"ok": true
}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.
POST
/
connect_webviews
/
delete
await seam.connectWebviews.delete({
connect_webview_id: "816f796f-636c-46a9-9fef-7f90ca69e771",
});
/*
// void
*/{
"ok": true
}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the Connect Webview that you want to delete.
Response
OK

