Delete Workflow Milestone : /workflow/milestone/{milestoneUuid}
Purpose
This endpoint is used to delete a specific milestone from a workflow. This API permanently removes the milestone from the workflow version, ensuring it no longer appears in the workflow builder or affects automation execution.
Use Case
This API is used to remove an incorrectly created milestone, clean up unused workflow structures, or update workflow logic by deleting outdated milestones. It is also used during workflow testing to reset or modify milestone configurations without recreating the entire workflow. Since milestones directly affect task auto‑creation and workflow progression, this endpoint helps maintain accurate workflow design.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| milestone_uuid | string | Unique identifier of the task. |
Query Parameters
No query parameters required for this endpoint.
Request Body
No request body is required for this endpoint.
Response
This endpoint does not return a response body. Upon successful execution, the task is deleted and an HTTP 204 No Content status code is returned.
