---
title: "Delete repository"
method: DELETE
path: "/rest/devinfo/0.10/repository/{repositoryId}"
tags: ["Development Information"]
---

# Delete repository

`DELETE /rest/devinfo/0.10/repository/{repositoryId}`

Deletes the repository data stored by the given ID and all related development information entities. Deletion is performed asynchronously.

## Path parameters

- `repositoryId` string, required

## Query parameters

- `_updateSequenceId` integer

## Headers

- `Authorization` string, required

## Response `202`

Delete request has been accepted. Data will eventually be removed from Jira if it exists.

## Other responses

- `401` — Missing a JWT token, or token is invalid.
- `403` — The JWT token used does not correspond to an app that defines the jiraDevelopmentTool module, or the app does not define the 'DELETE' scope
- `429` — API rate limit has been exceeded.
- `500` — An unknown error has occurred.
- `503` — Service is unavailable due to maintenance or other reasons.

---

[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)
