delete_quota
Remove a LimeSurvey quota by specifying its ID to manage survey response limits and ensure efficient data handling in LimeSurvey MCP Server.
Instructions
Delete a LimeSurvey quota.
Args:
    id: The quota ID.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "id": {
      "title": "Id",
      "type": "integer"
    }
  },
  "required": [
    "id"
  ],
  "title": "delete_quotaArguments",
  "type": "object"
}