Supabase Auth
sb_delete_objects
Delete one or more objects from a Supabase storage bucket. Provide an array of file paths to delete.
Remote node2flow/supabase
Other tools also called sb_delete_objects?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"bucket": {
"type": "string",
"description": "Bucket name"
},
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
},
"prefixes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of file paths to delete. Example: [\"images/photo.jpg\", \"uploads/doc.pdf\"]"
}
}
}