Skip to main content
请求

curl --location 'https://openapi.gs-robot.com/openapi/v3/schedules/plans/simple/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{token}}' \
--data '{
"dayOfMonth": 29,
"month": 8,
"operationType": 2,
"planUuid": "00000000-0000-4000-8000-000000000001",
"robotSn": "TEST00-0000-000-B088",
"year": 2026
}'

版本限制:本接口仅支持 AIO1.6 及以上软件版本。

注意事项

  • yearmonthdayOfMonth 用于定位目标日期,必须组成有效日期。
  • operationType=1 仅删除指定日期的排班,operationType=2 删除指定日期及未来所有排班。
  • planUuid 可通过 /openapi/v3/schedules/plans/pre-tasks/day/list 返回的 data.preTasks[].planUuid 获取。
输出

{
"code": 0,
"data": {},
"msg": "success"
}