You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user wants to delete a collection from within DAVx5 and a 405 error is returned this means that it is not allowed to delete it (for example with Synology).
In this case I think we know what 405 exactly means so we can provide a better error message to our users.
For example: "HTTP 405 – Server does not allow deleting this collection"