delete_participant
Permanently delete a participant from a sweepstakes. WARNING: This action cannot be undone. Use get_participant first to verify the participant details before deleting.
delete_participant
When to use
Permanently delete a participant from a sweepstakes. WARNING: This action cannot be undone. Use get_participant first to verify the participant details before deleting.
Pre-calls required
fetch_sweepstakes if the user gave you a sweepstakes name instead of a token
Parameters to validate before calling
sweepstakes_token (string, required) — The sweepstakes token (UUID format)
participant_token (string, required) — The participant token to delete (UUID format)
Notes
DESTRUCTIVE — IRREVERSIBLE. Always confirm with the user before calling. Explain what will be lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| participant_token | Yes | The participant token to delete (UUID format) | |
| sweepstakes_token | Yes | The sweepstakes token (UUID format) |