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
此页面对您有帮助吗?