Hello,
I cannot delete a user with the endpoint DELETE/api/v2/connections/{id}/users .
I have implemented the delete script for the database connection.
The user exists in auth0 and with the email that I use in the api call.
I get a response of “204 The user no longer exists.” no matter what email I use in the api call.
The endpoint DELETE/api/v2/users/{id} works and I can delete the user with the user_id I cannot with DELETE/api/v2/connections/{id}/users .
I see in the tenant logs the call with a green check box but I doesn’t any mention any error.
Thanks in advance.
Manuel.