delete_branch
Remove a branch pipeline by its ID in a Storyblok space using this tool. Specify the branch_id to delete the intended pipeline, ensuring efficient space management.
Instructions
Deletes a branch (pipeline) by its ID in a Storyblok space.
- branch_id: Numeric ID of the branch to delete.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"branch_id": {
"title": "Branch Id",
"type": "integer"
}
},
"required": [
"branch_id"
],
"title": "delete_branchArguments",
"type": "object"
}