I can't delete integration

Hello, I can’t delete integration. It doesn’t do anything when I click the “OK” button. How can I delete undeleted integrations?

image

Also I can’t delete any integration.

Dumb question, but is your Home Assistant username setup as an Admin?

yes, admin user

I found this logs in console

Can anyone help me?

I found the solution. The problem is that the DELETE type request is blocked by nginx. I solved it by adding the following definition to nginx config

dav_methods PUT DELETE;

1 Like