dockStatusId to call the Get Dock Status API and verify the status of the task.
| Method | POST |
| Endpoint | https://{host}/api/public/workflow/:{workflowId}/undeploy |
| Content Type | application/json |
| Authorization | X-api-key - The API key used for authentication. |
Path Parameters
| PARAMETER | DESCRIPTION | TYPE | REQUIRED/OPTIONAL |
|---|---|---|---|
| host | The environment URL. For example, https://ai-for-process.domain.ai/ | String | Required |
| workflowId | The unique identifier of the workflow being undeployed. | String | Required |
Sample Request
Body Parameters
No parameters are passed.Sample Response
Response Parameters
| PARAMETER | DESCRIPTION | TYPE |
|---|---|---|
| dockStatusId | The unique identifier for tracking the tool undeployment status. | String |
| workflowId | The unique identifier of the workflow being undeployed. | String |
| jobType | The type of job being performed (WORKFLOWS). | String |
| action | The action being performed (UNDEPLOY). | String |
| status | The undeployment status (SUCCESS, IN_PROGRESS, or FAILED). | String |