/AWS1/CL_TSW=>DELETETABLE()
¶
About DeleteTable¶
Deletes a given Timestream table. This is an irreversible operation. After a Timestream database table is deleted, the time-series data stored in the table cannot be recovered.
Due to the nature of distributed retries, the operation can return either success or a ResourceNotFoundException. Clients should consider them equivalent.
See code sample for details.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_DATABASENAME
TYPE /AWS1/TSWRESOURCENAME
/AWS1/TSWRESOURCENAME
¶
The name of the database where the Timestream database is to be deleted.
IV_TABLENAME
TYPE /AWS1/TSWRESOURCENAME
/AWS1/TSWRESOURCENAME
¶
The name of the Timestream table to be deleted.