Http delete
- Represents an activity for sending an HTTP GET request and receiving the HTTP response.
Properties
Common
- DisplayName (String) – The display name of the activity.
Misc
- Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.
- ApplyDefaultRetryCodes (InArgument<Boolean>) – Gets or sets a value that indicates whether the default codes have been applied.
- HTTPErrorHandler (InArgument) – Gets or sets an activity delegate for processing error responses and attempting to retry.
- RequestHeaders (InArgument<DynamicValue>) – Gets or sets the headers of the request message.
- ResponseContent (OutArgument<DynamicValue>) – Gets or sets the content of the response message.
- ResponseHeaders (OutArgument<DynamicValue>) – Gets or sets the headers of the response message.
- ResponseStatusCode (OutArgument<HttpStatusCode) – Gets or sets the status code of the response message.
- RetryOnConnectionFailure (Boolean) – Gets or sets whether to retry on connection failures.
- SecurityToken (InArgument<SecurityToken>) – Gets or sets the security token.
- Uri (InArgument<String>) – Gets or sets the target URI.
Example