DELETE Application/DeleteWorkflowConfig
Request Information
URI Parameters
None.
Body Parameters
WorkflowConfigName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
WorkflowID | globally unique identifier |
Required |
|
PictureID | globally unique identifier |
None. |
|
DashboardID | globally unique identifier |
None. |
|
Url | string |
None. |
|
IconName | string |
None. |
|
BackgroundColor | string |
None. |
|
ImageFilePath | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "3d67f60a-f77b-494f-871c-285ea64556ae", "WorkflowID": "9603f56b-7297-42ee-8794-482e22e06f3b", "PictureID": "99d758f7-ddae-4d3d-97cd-e9954e2ef2c2", "DashboardID": "e905e9bc-be5d-4abd-8f3f-116f96276421", "Url": "sample string 3", "IconName": "sample string 4", "BackgroundColor": "sample string 5", "ImageFilePath": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
ErrorMessage | string |
None. |
|
Code | string |
None. |
|
StackTrace | string |
None. |
|
Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.