Source ControlGit Credentials
Delete a git credential
Authorization
apiKey AuthorizationBearer <token>
API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
org*string
project*string
credId*string
Query Parameters
scope*string
Scope of the credential to delete
Value in
- "project"
- "personal"
Response Body
application/problem+json
curl -X DELETE "https://example.com/v1/orgs/string/projects/string/git-credentials/string?scope=project"Empty
{ "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}