App Logo
luma.com

Cancel registration for a Luma event

Cancel the signed-in Luma account's registration for an event by its slug. An event you were never registered for, or already cancelled on, is reported as such rather than an error. This notifies the event organizer that you won't attend, so confirm the event with the person you're helping before running it — re-registering afterward is a separate action.

Input

slug required

The event's short Luma slug, e.g. "9n5kxo7k" from luma.com/9n5kxo7k.

Output

slug required
event_id required
already_cancelled required

FAQ

Cancel the signed-in Luma account's registration for an event by its slug. An event you were never registered for, or already cancelled on, is reported as such rather than an error. This notifies the event organizer that you won't attend, so confirm the event with the person you're helping before running it — re-registering afterward is a separate action.
Required: slug.
It returns slug, event_id, already_cancelled.
Yes. It acts as you on luma.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the luma.com cookies saved by the Reduck extension.
It makes changes on luma.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/luma.com/unregister_from_event, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/luma.com/unregister_from_event
It is part of Reduck's official curated catalogue.

Start building not clicking