Delete a Connect Webview

Delete a specified Connect Webview

Deletes a specified Connect Webview.

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

/connect_webviews/delete

post

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.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
connect_webview_idstring Β· uuidRequired

ID of the Connect Webview that you want to delete.

Responses
200

OK

application/json
post
/connect_webviews/delete

Request

Specify the desired Connect Webview by including the corresponding connect_webview_id in the request body.

Request Body Parameters

Parameter
Type
Description

connect_webview_id

String Required

ID of the desired Connect Webview

Sample Request

Response

Returns a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?