cURL
curl --request POST \ --url https://api.kaizenautomation.com/workflows/schedules/delete \ --header 'Content-Type: application/json' \ --data '{ "scheduleId": "<string>" }'
{ "message": "Schedule deleted successfully" }
Delete a schedule for a workflow
Delete workflow schedule parameters
The body is of type object.
object
Schedule deleted successfully
The response is of type object.