Delete a Workflow Action Webhook Argument
PUT {{base_url}}/Workflow/dlgWorkflowActionWebhookArgs/:ActionID
Use this endpoint to delete a web service argument on a workflow by specifying the action ID.
Request Body
[{"name"=>"ArgName", "value"=>"{{string}}", "datatype"=>"string"}, {"name"=>"SQLExpression", "value"=>"{{string}}", "datatype"=>"string"}, {"name"=>"SQLIfExpression", "value"=>"{{string}}", "datatype"=>"string"}, {"name"=>"SQLElseExpression", "value"=>"{{string}}", "datatype"=>"string"}, {"name"=>"ArgOrder", "value"=>"{{integer}}", "datatype"=>"string"}, {"name"=>"_originalValues", "value"=>"{{integer}}", "datatype"=>"string"}, {"name"=>"_transType", "value"=>"{{string}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
""