The First Edition HTTP Book is deprecated. Agents that have already learned this Book will continue to function. For all new automations, please use the version of the Book instead.
Send a DELETE Request
To send a DELETE request to a specified URL, use the following syntax:
set the url to "https://api.example.com/items/12345"
send a DELETE request to the url
the request's response
set the url to "https://api.example.com/items"
set the query parameters to "{\"item_id\": \"12345\"}"
send a DELETE request to the url with
the query parameters
the request's response
set the url to "https://api.example.com/items/12345"
set the header to "{\"Authorization\": \"Bearer <token>\"}"
send a DELETE request to the url with
the header
the request's response