Skip to main content
You can disable connections for organizations using either the or the .

Auth0 Dashboard

To disable a connection via the Auth0 Dashboard:
  1. Navigate to Auth0 Dashboard > Organizations, and select the organization for which you want to configure connections.
  2. Select the Connections view, locate the connection you want to remove, and expand its More Options () menu.
  3. Select Remove Connection, and confirm.

Management API

Make a DELETE call to the Delete Organization Connections endpoint. Be sure to replace the ORG_ID, MGMT_API_ACCESS_TOKEN, and CONNECTION_ID placeholder values with your organization ID, Management API , and connection ID, respectively.
Find Your Auth0 DomainIf your Auth0 domain is your tenant name, your regional subdomain (unless your tenant is in the US region and was created before June 2020), plus .auth0.com. For example, if your tenant name were travel0, your Auth0 domain name would be travel0.us.auth0.com. (If your tenant were in the US and created before June 2020, then your domain name would be https://travel0.auth0.com.)If you are using custom domains, this should be your custom domain name.

Response status codes

Possible response status codes are as follows: