v1

latestOpenAPI 3.0.1Apache 2.02026-07-1310566642.9 KB
Development Information

Delete repository

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

delete/rest/devinfo/0.10/repository/{repositoryId}

Path parameters

repositoryIdstring required

The ID of repository to delete

Query parameters

_updateSequenceIdinteger

An optional property to use to control deletion. Only stored data with an updateSequenceId less than or equal to that provided will be deleted. This can be used to help ensure submit/delete requests are applied correctly if they are issued close together.

Headers

Authorizationstring required

All requests must be signed with either a Connect JWT token or OAuth token for an on-premise integration that corresponds to an app installed in Jira. If the JWT token corresponds to a Connect app that does not define the jiraDevelopmentTool module it will be rejected with a 403. See https://developer.atlassian.com/blog/2015/01/understanding-jwt/ for more details about Connect JWT tokens. See https://developer.atlassian.com/cloud/jira/software/integrate-jsw-cloud-with-onpremises-tools/ for details about on-premise integrations.

Response

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