Delete
client.vals.branches.delete(stringbranchID, BranchDeleteParams { val_id } params, RequestOptionsoptions?): void
/v2/vals/{val_id}/branches/{branch_id}
Delete a branch
Parameters
branchID: string
import ValTown from "npm:@valtown/sdk";
const client = new ValTown();
await client.vals.branches.delete('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e', {
val_id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
});