/
/Crawlab API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
Authentication3
Database23
Dependencies20
Export3
Git28
  • getGet list of Git repositories
  • postCreate a new Git repository
  • deleteDelete multiple Git repositories
  • getGet Git repository by ID
  • deleteDelete Git repository by ID
  • postClone a Git repository
  • getGet Git branches
  • postCreate a new branch
  • deleteDelete a branch
  • getGet current Git branch
  • getGet remote Git branches
  • postCheckout a branch
  • postCheckout a remote branch
  • getGet Git changes
  • postStage Git changes
  • deleteDiscard Git changes
  • postPull from remote
  • getWebSocket for Git pull
  • getWebSocket for Git push
  • getGet file differences
  • postCommit changes
  • postPush to remote
  • getGet Git logs
  • getList Git files
  • getGet Git file content
  • postSave Git file
  • getGet spiders in Git repository
  • postCreate spider from Git repository
Nodes4
Notifications21
Permissions5
Projects6
Schedules5
Spiders18
System4
Tasks8
Users9
    Git

    Delete Git repository by ID

    Delete a Git repository by its ID

    delete/gits/{id}

    Path parameters

    idstring required

    MongoDB ObjectId represented as a hexadecimal string

    Object ID

    Response

    Git repository deleted successfully

    codeinteger
    messagestring

    Changes