Delete Project Asynchronously

POST {{baseUrl}}/rest/api/3/project/:projectIdOrKey/delete

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.