| delete_integration | R Documentation |
Deletes an OAuth integration from the Posit Connect server. This permanently removes the integration and any associated content associations.
You must have administrator privileges to perform this action.
See the Posit Connect documentation on OAuth integrations for more information.
delete_integration(integration)
integration |
A |
Returns NULL invisibly if successful.
get_integrations(), get_integration(), create_integration(),
update_integration()
Other oauth integration functions:
create_integration(),
get_associations(),
get_integration(),
get_integrations(),
set_integrations(),
update_integration()
## Not run:
client <- connect()
# Get an integration to delete
integration <- get_integration(client, "your-integration-guid")
# Delete the integration
delete_integration(integration)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.