Skip to main content
DELETE
Delete Generic Git Credential

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Delete the stored HTTPS credential for a repository's generic Git upstream.

Request body identifying the HTTPS Git credential to delete.

id
string
required

Credential ID to delete.

Example:

"ggc_1234567890abcdef"

Response

Credential deleted successfully.