I’m using a REST API which, among other things, uses the DELETE method like this:
DELETE
DELETE /resources/whatever/items/123
To acce
Set CURLOPT_CUSTOMREQUEST to NULL and CURLOPT_HTTPGET to TRUE to reset back to an ordinary GET.