Hi all,
I've readed the web service manual but I can't understand how to create the URL to remove the relation via http delete method.
The ChatGPT send me this example:
url = f’{BASE_URL}/cards/{id_card1_class1}/relations/{id_relation}/{id_card2_class2}’
But this don’t worked for me. I’ve tried other URLs but nothing worked.
Can you please send-me an example of URL to remove the relation?
Thank you.