According to the docs, in Swift when calling databases.deleteDocument the response is supposed to be 204 (No Content). However, we are finding the response is true on success or an error is thrown on fail. But the true response is actually ANY. Is this just an error in the documentation or is there more to it? https://appwrite.io/docs/references/cloud/client-apple/databases#deleteDocument
TL;DR
Developers are getting unexpected responses from the `.deleteDocument` method in Swift. The documentation states it should return 204 (No Content), but developers are either receiving a true response for success or an error for failure. The true response can actually be ANY. Unsure if this is a documentation error.