/
GI
gitea
/
Gitea API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 20h ago · Updated 7d ago
View markdown
gitea
Gitea API
delete
Delete an issue
v5
latest
Swagger 2.0
MIT
2026-08-03
485
217
850.7 KB
admin
32
issue
72
get
Search for issues across the repositories that the user has access to
get
List a repository's issues
post
Create an issue. If using deadline only the date will be taken into account, and time of day ignored.
get
List all comments in a repository
get
Get a comment
delete
Delete a comment
patch
Edit a comment
get
List comment's attachments
post
Create a comment attachment
get
Get a comment attachment
delete
Delete a comment attachment
patch
Edit a comment attachment
get
Get a list of reactions from a comment of an issue
post
Add a reaction to a comment of an issue
delete
Remove a reaction from a comment of an issue
get
Get an issue
delete
Delete an issue
patch
Edit an issue. If using deadline only the date will be taken into account, and time of day ignored.
get
List issue's attachments
post
Create an issue attachment
get
Get an issue attachment
delete
Delete an issue attachment
patch
Edit an issue attachment
post
Add assignees to an issue
delete
Remove assignees from an issue
get
Check if a user can be assigned to an issue
get
List issues that are blocked by this issue
post
Block the issue given in the body by the issue in path
delete
Unblock the issue given in the body by the issue in path
get
List all comments on an issue
post
Add a comment to an issue
delete
Delete a comment
patch
Edit a comment
post
Set an issue deadline. If set to null, the deadline is deleted. If using deadline only the date will be taken into account, and time of day ignored.
get
List an issue's dependencies, i.e all issues that block this issue.
post
Make the issue in the url depend on the issue in the form.
delete
Remove an issue dependency
get
Get an issue's labels
put
Replace an issue's labels
post
Add a label to an issue
delete
Remove all labels from an issue
delete
Remove a label from an issue
put
Lock an issue
delete
Unlock an issue
post
Pin an Issue
delete
Unpin an Issue
patch
Moves the Pin to the given Position
get
Get a list reactions of an issue
post
Add a reaction to an issue
delete
Remove a reaction from an issue
delete
Delete an issue's existing stopwatch.
post
Start stopwatch on an issue.
post
Stop an issue's existing stopwatch.
get
Get users who subscribed on an issue.
get
Check if user is subscribed to an issue
put
Subscribe user to issue
delete
Unsubscribe user from issue
get
List all comments and events on an issue
get
List an issue's tracked times
post
Add tracked time to a issue
delete
Reset a tracked time of an issue
delete
Delete specific tracked time
get
Get all of a repository's labels
post
Create a label
get
Get a single label
delete
Delete a label
patch
Update a label
get
Get all of a repository's opened milestones
post
Create a milestone
get
Get a milestone
delete
Delete a milestone
patch
Update a milestone
miscellaneous
14
notification
7
organization
67
package
9
repository
204
settings
4
user
76
issue
Delete an issue
delete
/repos/{owner}/{repo}/issues/{index}
Path parameters
owner
string
required
owner of the repo
repo
string
required
name of the repo
index
integer
required
index of issue to delete
Response
APIEmpty is an empty response