Skip to main content
DELETE
/
gitea-integration
/
project
/
{projectId}
Delete Gitea Integration
curl --request DELETE \
  --url https://cloud.kaneo.app/api/gitea-integration/project/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

projectId
string
required

Response

200 - application/json

Deleted

success
boolean
required
message
string
required