Git credentials

Delete a git credential

DELETE
/v1/orgs/{org}/projects/{project}/git-credentials/{credId}
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://api-dev.tektona.ai/v1/orgs/string/projects/string/git-credentials/string?scope=project"
Empty