v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Deletes a workflow by specifying its ID. This operation returns a response with no body if the deletion is successful.

To verify that the workflow is deleted:

  • Use ListWorkflows to confirm the workflow no longer appears in the list.

  • Use GetWorkflow to verify the workflow cannot be found.

delete/workflow/{id}

Path parameters

idstring required

The workflow's ID.

Response

Success