mistral_delete_file
ActiveTool of io.usefulapi/mistral
declared in 1.0.1
Permanently deletes an uploaded file from Mistral. Destructive. Management API: DELETE /v1/files/{file_id}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"file_id"
],
"properties": {
"file_id": {
"type": "string",
"description": "The file id (UUID) to delete."
}
}
}Parent server
io.usefulapi/mistral
https://github.com/m190/usefulapi-mcp
1/7 registries