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

Delete a secret in a user scope

DELETE
/user/actions/secrets/{secretname}
curl --request DELETE \
--url https://gitea.com/api/v1/user/actions/secrets/example \
--header 'Authorization: Basic <credentials>'
secretname
required
string

Name of the secret

Delete one secret of the user

APIError is error format response

message
string
url
string

APINotFound is a not found empty response