http-delete
function
The http-delete
action sends a low level http DELETE request. It belongs to the http category within the network area.
Action Syntax
http-delete https://...
A valid URL
http-delete $variable
A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = http-delete
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = http-delete https://someurl
Action code: 878069198
Version: 0.6.4-0
Last updated: 2025-06-13