Supabase Auth
delete_branch
Deletes a development branch.
Remote Supabase
Other tools also called delete_branch?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"branch_id": {
"type": "string"
}
}
}