Delete survey participants
limesurvey_delete_participantsDelete participants from a LimeSurvey survey by specifying token-table row IDs. Requires explicit confirmation to prevent accidental data loss.
Instructions
Delete participants by token-table row IDs. Requires confirm_destructive_action=true.
Calls LimeSurvey RemoteControl method delete_participants. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| token_ids | Yes | Participant token-table row IDs. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
| confirm_destructive_action | Yes | Required acknowledgement of the permanent deletion. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |