SDKPythonUserdelete_userVersion: 2.0.0On this pagedeleteUserDelete a user with specific user id.Parametersuser_id - The id of the user. This is the unique key of the user.Implementationresponse = await permit.api.delete_user(user_id)