---
title: "Submit reschedule"
method: POST
path: "/v1/reschedule/{token}"
tags: ["Public"]
---

# Submit reschedule

`POST /v1/reschedule/{token}`

Cancels the existing booking and creates a new one at the requested time.

## Path parameters

- `token` string, required

## Request body

- object
  - `start_time` string, required — New ISO 8601 start time
  - `attendee_timezone` string

## Response `200`

Default Response

- object

---

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