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

auth0 event-streams delete

Delete an event stream.

To delete interactively, use auth0 event-streams delete with no arguments.

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

Usage

auth0 event-streams delete [flags]

Examples

  auth0 event-streams delete
  auth0 event-streams rm
  auth0 event-streams delete <event-id>
  auth0 event-streams delete <event-id> --force
  auth0 event-streams delete <event-id> <event-id2> <event-idn>
  auth0 event-streams 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.