Deregister a Connection
Data API reference guide
Last updated
Was this helpful?
Data API reference guide
Last updated
Was this helpful?
Required Immuta permission: APPLICATION_ADMIN
To deregister a connection from Immuta, do the following:
For AWS Lake Formation connections, skip to step 2.
POST
/integrations/{id}/scripts/delete
Creates a script to remove Immuta-managed resources from your data platform.
id integer
Yes
The response returns the script that you will run in your Databricks Unity Catalog or Snowflake environment. Copy it for later.
DELETE
/data/object/{connectionKey}
Delete the given connection and all its child objects.
connectionKey string
The key to uniquely identify the connection. This is the same as the display name of the connection in the Immuta UI.
Yes
connectionKey string
The key to uniquely identify the connection.
childCount integer
The number of child objects of the data object that were deleted.
Using the copied generated cleanup script from earlier, run it in your Snowflake or Databricks Unity Catalog environment as a privileged user.
The integration ID. Use the endpoint to list all your integrations and their IDs.
The script will remove any objects that were initially created during the process.