Skip to content

Commit b9390ba

Browse files
Update repo_delete.md
1 parent 8dfc5ea commit b9390ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api/repos/repo_delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Example Response Body:
4242
}
4343
```
4444

45-
As mentioned above, this endpoint disables but does not delete the repository. Use the `remove` query parameter to delete the repository from the database. _Please note the repository is automatically re-added to the database when you perform your next sync operation._
45+
As mentioned above, this endpoint disables but does not delete the repository. Use the `remove` query parameter to delete the repository from the database. _Please note the repository may be automatically re-added to the database when you perform your next sync operation, if the repository still exists in your source control management system._
4646

4747
```
4848
DELETE /api/repos/{owner}/{repo}?remove=true

0 commit comments

Comments
 (0)