Go
Delete a connection user
Deletes a specified connection user by its email (you cannot delete all users from specific connection). Currently, only Database Connections are supported.
DELETE
Go
Documentation Index
Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the connection (currently only database connections are supported)
Query Parameters
The email of the user to delete
Response
The user no longer exists.