Overview
- Introduction
- Authentication
- Examples
Endpoints
- Identities
- Token Auth
- Universal Auth
- GCP Auth
- AWS Auth
- Azure Auth
- Kubernetes Auth
- OIDC Auth
- JWT Auth
- Groups
- Organizations
- Projects
- Project Users
- Project Groups
- Project Identities
- Project Roles
- Project Templates
- Environments
- Folders
- Secret Tags
- Secrets
- Dynamic Secrets
- Secret Imports
- Secret Rotations
- Identity Specific Privilege
- App Connections
- GETList
- GETOptions
- Auth0
- AWS
- Azure App Configuration
- Azure Key Vault
- Camunda
- Databricks
- GCP
- GitHub
- Humanitec
- Microsoft SQL Server
- PostgreSQL
- Terraform Cloud
- Vercel
- Windmill
- GET
- Secret Syncs
- Integrations
- Service Tokens
- Audit Logs
Infisical PKI
- Certificate Authorities
- Certificates
- Certificate Templates
- Certificate Collections
- PKI Alerting
Infisical SSH
- Certificates
- Certificate Authorities
- Certificate Templates
Infisical KMS
- Keys
- Encryption
- Signing
Auth0
Delete
Delete the specified Auth0 Connection.
DELETE
/
api
/
v1
/
app-connections
/
auth0
/
{connectionId}
curl --request DELETE \
--url https://us.infisical.com/api/v1/app-connections/auth0/{connectionId}
{
"appConnection": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"version": 1,
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"isPlatformManagedCredentials": false,
"credentialsHash": "<string>",
"app": "auth0",
"method": "client-credentials",
"credentials": {
"domain": "<string>",
"clientId": "<string>",
"audience": "<string>"
}
}
}
Path Parameters
The ID of the Auth0 Connection to be deleted.
Response
200
application/json
Default Response
Available options:
auth0
Available options:
client-credentials
The domain of the Auth0 instance to connect to.
Minimum length:
1
Your Auth0 application's Client ID.
Minimum length:
1
The unique identifier of the target API you want to access.
Minimum length:
1
Was this page helpful?
curl --request DELETE \
--url https://us.infisical.com/api/v1/app-connections/auth0/{connectionId}
{
"appConnection": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"version": 1,
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"isPlatformManagedCredentials": false,
"credentialsHash": "<string>",
"app": "auth0",
"method": "client-credentials",
"credentials": {
"domain": "<string>",
"clientId": "<string>",
"audience": "<string>"
}
}
}