I think he just wants to delete the test table not the whole keyspace. Is that correct?
-- Rahul Singh rahul.si...@anant.us Anant Corporation On Mar 19, 2018, 9:08 AM -0500, Chris Lohfink <clohf...@apple.com>, wrote: > No. > > Why do you want to? If you don't use tracing they will be empty, and if were > able to drop them you will no longer be able to use tracing in debugging. > > Chris > > > On Mar 19, 2018, at 7:52 AM, shalom sagges <shalomsag...@gmail.com> wrote: > > > > Hi All, > > > > I accidentally created a test table on the system_traces keyspace. > > > > When I tried to drop the table with the Cassandra user, I got the following > > error: > > Unauthorized: Error from server: code=2100 [Unauthorized] message="Cannot > > DROP <table system_traces.test12321>" > > > > Is there a way to drop this table permanently? > > > > Thanks! >