cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
To remove the connection from the Quick Access, please, use REST API.
You need to do the following.
 
For Windows:
1. Go to Admin - REST API - 1.0
2. Use 1.0 GET /users specifying username/first name/last name to get the _id parameter of the user
3. Use 1.0 GET /connection or , locate the connection with owner = _id from step 2 and provider = "MySQL" to get the _id of the connection for the specific user.
4. Use 1.0 DELETE /connection/{id} using the connection _id from step 3 to delete the connection so it will not be displayed in the quick access.
 
For Linux:
1. Go to Admin - REST API - 1.0 
2. Use 1.0 GET /users specifying username/first name/last name to get the _id parameter of the user
3. Use 1.0 GET /connection or , locate the connection with owner = _id from step 2 and provider = "MySQL" to get the oid of the connection for the specific user.
4. Use 1.0 DELETE /connection/{id} using the connection oid from step 3 to delete the connection so it will not be displayed in the quick access.
Version history
Last update:
‎02-13-2024 12:46 PM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: