Unable to Remove 1:N Relationship via API (Error 500)

0
I've been trying to remove the server relationship information for a dnsalias using a PATCH request with the following JSON input:   json CopyEdit { "Servers": { "server_id": "" } } However, this results in a 500 error (Bad Request). The same issue occurs when using:   json CopyEdit { "Servers": { "server_id": 0 } } Expected behavior: The API should allow removing 1:N relationships (such as a server from a dnsalias). Is there a correct way to achieve this? If not, could Mendix provide a way to remove 1:N relationships via the API? Thanks in advance!
asked
0 answers