---
title: "Delete schema refresh schedule"
method: DELETE
path: "/v1/connections/{connectionId}/schedules/{scheduleId}"
tags: ["Schema refresh schedules"]
---

# Delete schema refresh schedule

`DELETE /v1/connections/{connectionId}/schedules/{scheduleId}`

Delete a schema refresh schedule. This does not affect other schedules for the same connection.

 <Note>
  This endpoint requires Connection Admin permissions for the connection.
</Note>

## Path parameters

- `connectionId` string, uuid, required
- `scheduleId` string, uuid, required

## Response `200`

Schema refresh schedule deleted successfully

- SuccessResponse
  - `success` boolean

## Other responses

- `401` — Missing or invalid authentication
- `403` — Insufficient permissions. **Connection Admin** permissions for the connection are required.
- `404` — Not Found Possible error messages: - Schedule not found - Connection not found
- `429` — Too Many Requests - Rate limit exceeded (60 requests/minute)

---

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