Projects

Delete project asynchronously

Deletes a project asynchronously.

This operation is:

  • transactional, that is, if part of the delete fails the project is not deleted.
  • asynchronous. Follow the location link in the response to determine the status of the task and use Get task to obtain subsequent updates.

Permissions required: Administer Jira global permission.

post/rest/api/3/project/{projectIdOrKey}/delete

Path parameters

projectIdOrKeystring required

The project ID or project key (case sensitive).

Changes

No recorded changes to this endpoint across all 14 revisions of this API.