client.git_repos.delete

A method of the Git Repos endpoint.

delete(id: int) Response

Remove the bookmark on a git repository

API URL: DELETE /git_repos/{id}

import civis
client = civis.APIClient()
response = client.git_repos.delete(...)
Parameters:
idint

The ID for this git repository.

Returns:
None

Response code 204: success