Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete branch mutation.
| Field | Value |
|---|---|
| Name | deleteBranch |
| Group | Branches |
| Type | Mutation |
| Signature | deleteBranch(input: DeleteBranchInput!): DeleteBranchPayload! |
mutation DeleteBranch($input: DeleteBranchInput!) {
deleteBranch(input: $input) {
deletedDocuments
id
}
}
{
"input": {
"branchId": ""
}
}