curl --request DELETE \
--url https://gogs.example.com/api/v1/user/emails \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"emails": [
"jsmith@example.com"
]
}
'curl --request DELETE \
--url https://gogs.example.com/api/v1/user/emails \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"emails": [
"jsmith@example.com"
]
}
'Documentation Index
Fetch the complete documentation index at: https://gogs.io/llms.txt
Use this file to discover all available pages before exploring further.