Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 events delete

Delete an event stream.

To delete interactively, use auth0 events delete with no arguments.

To delete non-interactively, supply the event id and the --force flag to skip confirmation.

Usage

auth0 events delete [flags]

Examples

  auth0 events delete
  auth0 events rm
  auth0 events delete <event-id>
  auth0 events delete <event-id> --force
  auth0 events delete <event-id> <event-id2> <event-idn>
  auth0 events delete <event-id> <event-id2> <event-idn> --force

Flags

      --force   Skip confirmation.

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.