cURL
curl --request DELETE \ --url https://api.example.com/schedules/{schedule_id} \ --cookie fastapiusersauth=
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a schedule from a workflow.
Successful Response
Was this page helpful?