A method of the Git Repos endpoint.
Remove the bookmark on a git repository
API URL: DELETE /git_repos/{id}
DELETE /git_repos/{id}
import civis client = civis.APIClient() response = client.git_repos.delete(...)
The ID for this git repository.
Response code 204: success