---
title: "Delete sprint"
method: DELETE
path: "/rest/agile/1.0/sprint/{sprintId}"
tags: ["Sprint"]
---

# Delete sprint

`DELETE /rest/agile/1.0/sprint/{sprintId}`

Deletes a sprint. Once a sprint is deleted, all open issues in the sprint will be moved to the backlog.

## Path parameters

- `sprintId` integer, required

## Response `204`

Returned if the sprint was deleted successfully

## Other responses

- `401` — Returned if the user is not logged in.
- `403` — Returned if the user does not have a valid license or does not have permission to delete sprints.
- `404` — Returned if the sprint does not exist.

---

[API](https://skmtc.net/atlassian/apis/jira-software-cloud-api.md) · [All operations](https://skmtc.net/atlassian/apis/jira-software-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jira-software-cloud-api/revisions/4e108d54b990/schema)
