Use the runtableimport.bat program to delete data from individual tables or of an entire analysis realm.
Delete analysis realm data
To delete all data of an analysis realm (<realm name>), run runtableimport with the -alltables parameter as follows.
runtableimport.bat –user <user name> -password <password> -realm <realm name> -mode delete -alltables
Parameters –file and –table or –datasource are not allowed in this context.
Delete data of a table
To delete data of a table (<table name>) in an analysis realm (<realm name>), run runtableimport with the -table parameter as follows.
To delete data of an analysis realm table in the data source(<data source>), run runtableimport with the -datasource parameter as follows.
Parameters –file and –alltables are not allowed in this context. Parameters –datasource and –table cannot be run in parallel.