UTILITY
http_delete()
Perform a DELETE request with cURL.
Signature
array http_delete(string $url, array $options = [])
Example
$r = http_delete($url);Extension: curl
Available from: 1.5.0