Hello @ramnes Is it normal that http code != 200 return a None object ? `result = client.delete_user(username=user.username)` `result` is - type `ApiResponse` for http response 200 - None for other http code
Hello @ramnes
Is it normal that http code != 200 return a None object ?
result = client.delete_user(username=user.username)resultisApiResponsefor http response 200