---
title: "Delete import schedule"
method: DELETE
path: "/importsource/{importSourceId}/importschedule/{importScheduleId}"
---

# Delete import schedule

`DELETE /importsource/{importSourceId}/importschedule/{importScheduleId}`

Deletes a scheduled import configuration. The import source will remain, but will no longer execute on a schedule.

## Path parameters

- `importSourceId` string, required
- `importScheduleId` string, required

## Response `200`

Import schedule deleted successfully

## Other responses

- `401` — Client must be authenticated to access this resource.
- `404` — Import source or schedule not found
- `500` — Something went wrong. Please try again later. If the error persists, contact our support team.

---

[API](https://skmtc.dev/atlassian/apis/rest.md) · [All operations](https://skmtc.dev/atlassian/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/rest/revisions/07137e668210/schema)
