Supabase Auth
sb_delete_bucket
Delete a storage bucket from Supabase. The bucket must be empty before deletion. Use sb_delete_objects to remove files first.
Remote node2flow/supabase
Other tools also called sb_delete_bucket?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
},
"bucket_id": {
"type": "string",
"description": "Bucket ID/name to delete"
}
}
}