cURL
curl --request DELETE \ --url https://api.olostep.com/v1/schedules/{schedule_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "schedule_id": "<string>" }
IDによってスケジュールを削除します。これにより、将来の実行が停止され、EventBridgeからスケジュールが削除されます。
Documentation IndexFetch the complete documentation index at: https://docs.olostep.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.olostep.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer認証ヘッダーの形式はBearer で、はあなたの認証トークンです。
削除するスケジュールのユニークな識別子。'schedule_'で始まる必要があります。
^schedule_
スケジュールが正常に削除されました。
成功メッセージ
削除されたスケジュールのID
このページは役に立ちましたか?