delete_survey
Remove a LimeSurvey survey by specifying its survey ID using the MCP client integration tool for managing surveys and responses.
Instructions
Delete a LimeSurvey survey.
Args:
    sid: The survey ID.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| sid | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "sid": {
      "title": "Sid",
      "type": "integer"
    }
  },
  "required": [
    "sid"
  ],
  "title": "delete_surveyArguments",
  "type": "object"
}