Authentication
Browser Sessions
Environments
Workflows
- POSTCreate a new workflow
- POSTExecute a workflow
- POSTExecute a workflow synchronously
- POSTList workflows
- POSTGet workflow
- POSTUpdate workflow blocks
- POSTSet workflow parameter schema
- POSTCreate workflow schedule
- POSTList workflow schedules
- POSTDelete workflow schedule
- POSTUpdate workflow schedule
- POSTDuplicate workflow
- POSTDelete workflow
Instructor
API Reference
Delete workflow
Deletes an existing workflow
POST
/
workflows
/
delete
Copy
Ask AI
curl --request POST \
--url https://api.kaizenautomation.com/workflows/delete \
--header 'Content-Type: application/json' \
--data '{
"workflowId": "1"
}'
Copy
Ask AI
{
"message": "Workflow deleted successfully"
}
Body
application/json
Response
200
application/json
Workflow deleted successfully
The response is of type object
.
Copy
Ask AI
curl --request POST \
--url https://api.kaizenautomation.com/workflows/delete \
--header 'Content-Type: application/json' \
--data '{
"workflowId": "1"
}'
Copy
Ask AI
{
"message": "Workflow deleted successfully"
}
Assistant
Responses are generated using AI and may contain mistakes.