HttpDeleteRequest
What to use it for | Prerequisites for usage | Essential properties to set |
---|---|---|
Use the HttpDeleteRequest to ask a server to delete something.
|
|
|
You can use VB expressions (within the boundaries of the expected values), but no Workflow Macros or wildcards.
Misc
Option | What is it | How to use it |
---|---|---|
Authentication type
| Option to indicate the type of authentication that is required by the server you are interacting with.
If you need other authentication types like for example OAuth 2.0 Bearer Tokens, use query string parameters or headers to achieve your goal. |
|
User name | Option to indicate the user name that is required by the server you are interacting with. Only relevant in case the server requires basic authentication. | Enter a user name. |
Password | Option to indicate the password that is required by the server you are interacting with. Only relevant in case the server requires basic authentication. | Enter a password. |
Url
| The location of the resource to perform the action on. | Enter an absolute (parameterized) URL. |
Http headers | Option to indicate which headers should be sent along with the requested action. (Optional) | Click on the Define button to define one or more headers. Provide:
Enter one of the following values: |
Query string parameters | Option to indicate additional query string parameters, to further specify the URL (Optional). The URL can be parameterized as shown below to enable replacement with the values and keys defined in the query string parameter dialog. http://api.com/api/resource/{id}?search={search} | Click on the Define button to define one or more query strings. Provide:
|
Response | Option to save the resulting server response to a variable of type Diversity.Activities.Model.HttpReponse, for use later in the Workflow. | Create a variable of type Diversity.Activities.Model.HttpReponse to save the result to. |
All HTTP request Activities