Delete
Delete
client.vals.branches.delete(stringvalId, stringbranchId, RequestOptionsoptions?): void
delete/v2/vals/{val_id}/branches/{branch_id}
Delete a branch
Parameters
valIdstring
formatuuid
branchIdstring
formatuuid
import ValTown from '@valtown/sdk';
const client = new ValTown();
await client.vals.branches.delete(
'182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
'182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
);