Delete Portal
workspacesweb_delete_portal | R Documentation |
Deletes a web portal¶
Description¶
Deletes a web portal.
Usage¶
workspacesweb_delete_portal(portalArn)
Arguments¶
portalArn |
[required] The ARN of the web portal. |
Value¶
An empty list.
Request syntax¶
svc$delete_portal(
portalArn = "string"
)