Remove participant
remove_participantOrganiser only: remove one participant by name (the oldest row with that name when it repeats), together with their vote. Requires the adminKey from create_event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact participant name to remove. | |
| slug | Yes | Event slug from the URL, e.g. calm-otter-4821 (sync.day/calm-otter-4821) | |
| adminKey | Yes | Organiser key returned by create_event (the ?key= part of adminUrl). |