Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.olostep.com/v1/schedules/{schedule_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "schedule_id": "<string>" }
通过其ID删除计划。这将停止任何未来的执行并从EventBridge中移除该计划。
Bearer认证头格式为Bearer ,其中是你的认证令牌。
要删除的日程的唯一标识符。必须以 'schedule_' 开头。
^schedule_
日程删除成功。
成功消息
已删除日程的 ID
此页面对您有帮助吗?