ZhttpDelete

Sends an HTTP DELETE request to the specified URL with an optional request body and stores the response.

Syntax

ZhttpDelete{url;body?}

Arguments

NameTypeRequiredDefault
urlurlYes-
bodystringNo-

Example

ZhttpDelete{https://api.example.com/users/1}