[PR #5601] [MERGED] Delete organization endpoint added #17861

Closed
opened 2025-11-02 16:17:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5601
Author: @shashvat-kedia
Created: 12/27/2018
Status: Merged
Merged: 12/27/2018
Merged by: @jonasfranz

Base: masterHead: Fix-5499


📝 Commits (7)

  • dcb8200 Delete organization endpoint added
  • e7abc56 Parameters added in comment
  • 963d08f Typo fix
  • 41bfe5b Newline character removed
  • 051467f Merge branch 'master' into Fix-5499
  • 2e9ce73 Merge branch 'master' into Fix-5499
  • 308f9a4 Merge branch 'master' into Fix-5499

📊 Changes

3 files changed (+49 additions, -1 deletions)

View changed files

📝 routers/api/v1/api.go (+2 -1)
📝 routers/api/v1/org/org.go (+23 -0)
📝 templates/swagger/v1_json.tmpl (+24 -0)

📄 Description

Fix to issue #5499

New API endpoint added:-
DELETE api/v1/orgs/{org}


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5601 **Author:** [@shashvat-kedia](https://github.com/shashvat-kedia) **Created:** 12/27/2018 **Status:** ✅ Merged **Merged:** 12/27/2018 **Merged by:** [@jonasfranz](https://github.com/jonasfranz) **Base:** `master` ← **Head:** `Fix-5499` --- ### 📝 Commits (7) - [`dcb8200`](https://github.com/go-gitea/gitea/commit/dcb82008ab284116fcbe20fd7abed53894b1f83d) Delete organization endpoint added - [`e7abc56`](https://github.com/go-gitea/gitea/commit/e7abc56120a21f9acf0793183c33d924286573a4) Parameters added in comment - [`963d08f`](https://github.com/go-gitea/gitea/commit/963d08f489598d14cdac43fc5ea96029eee5efc7) Typo fix - [`41bfe5b`](https://github.com/go-gitea/gitea/commit/41bfe5b7b902eaacfcf5ce8556ef8bcfb7ed7f63) Newline character removed - [`051467f`](https://github.com/go-gitea/gitea/commit/051467ff33aa14915dc98b3451f192fd099aa229) Merge branch 'master' into Fix-5499 - [`2e9ce73`](https://github.com/go-gitea/gitea/commit/2e9ce737c55528e9dbef7e9fa3ff9cca835f3ba7) Merge branch 'master' into Fix-5499 - [`308f9a4`](https://github.com/go-gitea/gitea/commit/308f9a475aa2490771d65a5cee492129fdff94f0) Merge branch 'master' into Fix-5499 ### 📊 Changes **3 files changed** (+49 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `routers/api/v1/api.go` (+2 -1) 📝 `routers/api/v1/org/org.go` (+23 -0) 📝 `templates/swagger/v1_json.tmpl` (+24 -0) </details> ### 📄 Description Fix to issue #5499 </br> New API endpoint added:- `DELETE api/v1/orgs/{org}` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 16:17:34 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17861