---
title: "Delete group scheduler"
method: DELETE
path: "/group/{group_id}/scheduler"
tags: ["[v1] Group"]
---

# Delete group scheduler

`DELETE /group/{group_id}/scheduler`

Delete group scheduler.

## Response `200`

OK

- object
  - `event_id` union
    - string
    - integer
  - `group_id` union
    - string
    - integer
  - `start_time` string
  - `end_time` string
  - `day` union
    - string
    - integer
  - `recurring` union
    - string
    - integer
  - `type` union
    - string
    - integer
  - `variant` union
    - string
    - integer

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/timecamp/apis/timecamp-api.md) · [All operations](https://skmtc.net/timecamp/apis/timecamp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timecamp/timecamp-api/versions/c7e9d1f9cf61/schema)
