Supabase Auth
sb_delete_secrets
Delete secrets (environment variables) from a Supabase project by name.
Remote node2flow/supabase
Other tools also called sb_delete_secrets?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"names": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of secret names to delete. Example: [\"API_KEY\", \"WEBHOOK_URL\"]"
},
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
},
"project_ref": {
"type": "string",
"description": "Project reference ID"
}
}
}