Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!

Delete a topic from a repository

DELETE
/repos/{owner}/{repo}/topics/{topic}
curl --request DELETE \
--url https://gitea.com/api/v1/repos/example/example/topics/example \
--header 'Authorization: Basic <credentials>'
owner
required
string

Owner of the repo

repo
required
string

Name of the repo

topic
required
string

Name of the topic to delete

APIEmpty is an empty response

APINotFound is a not found empty response

APIInvalidTopicsError is error format response to invalid topics

invalidTopics
Array<string>
message
string