DROP EVENT ROUTING TABLE

Drops an event routing table. Routing tables are used to route events to a centralized location.

For information about event routing tables, see Configure centralized event sharing for an app.

Syntax

DROP EVENT ROUTING TABLE <table_name>

Required parameters

table_name

Specifies the identifier (the name) for the event routing table to be dropped.

Access control requirements

Role

Notes

ORGADMIN

Required to run this command. If the organization account has the GLOBALORGADMIN role enabled, only GLOBALORGADMIN can run this command.

For instructions on creating a custom role with a specified set of privileges, see Creating custom roles.

For general information about roles and privilege grants for performing SQL actions on securable objects, see Overview of Access Control.

Examples

Drop the event routing table org_table:

DROP EVENT ROUTING TABLE org_table