Hi there,
I am using the PHP implementation from the documentation and i am stumbling on the delete call. It does not work and i guess the problem is that the CURLOPT_CUSTOMREQUEST is never set to DELETE, if i am not having a payload, which i do not really need. Also worth mentioning is that it is behaving like it is a READ call since the default method is GET. So i guess my URL-building (and the rest) is correct, since it shows the correct dataset.
I am using the PHP implementation from the documentation and i am stumbling on the delete call. It does not work and i guess the problem is that the CURLOPT_CUSTOMREQUEST is never set to DELETE, if i am not having a payload, which i do not really need. Also worth mentioning is that it is behaving like it is a READ call since the default method is GET. So i guess my URL-building (and the rest) is correct, since it shows the correct dataset.
Comment