https://your-domain.atlassian.net/rest/api/3/project/{projectIdOrKey}Deletes a project. You can't delete a project if it's archived. To delete an archived project, restore the project and then delete it. To restore a project, use the Jira UI. **Permissions required:** *Administer Jira* global permission.
The project ID or project key (case sensitive).
Whether this project is placed in the Jira recycle bin where it will be available for restoration.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request DELETE \
--url 'https://your-domain.atlassian.net/rest/api/3/project/{projectIdOrKey}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://your-domain.atlassian.net/rest/api/3/project/{projectIdOrKey}Deletes a project. You can't delete a project if it's archived. To delete an archived project, restore the project and then delete it. To restore a project, use the Jira UI. **Permissions required:** *Administer Jira* global permission.
The project ID or project key (case sensitive).
Whether this project is placed in the Jira recycle bin where it will be available for restoration.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request DELETE \
--url 'https://your-domain.atlassian.net/rest/api/3/project/{projectIdOrKey}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}