POST
/
workflows
/
schedules
/
delete
curl --request POST \
  --url https://api.kaizenautomation.com/workflows/schedules/delete \
  --header 'Content-Type: application/json' \
  --data '{
  "scheduleId": "<string>"
}'
{
  "message": "Schedule deleted successfully"
}

Body

application/json

Delete workflow schedule parameters

The body is of type object.

Response

200
application/json

Schedule deleted successfully

The response is of type object.