Skip to main content
POST
/
connect_webviews
/
delete
await seam.connectWebviews.delete({
  connect_webview_id: "816f796f-636c-46a9-9fef-7f90ca69e771",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
connect_webview_id
string<uuid>
required

ID of the Connect Webview that you want to delete.

Response

OK

ok
boolean
required