v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141911787.0 KB

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.

post/#X-Amz-Target=Timestream_20181101.DeleteTable

Headers

X-Amz-Target'Timestream_20181101.DeleteTable' required

Request body

DatabaseNamestring required

The name of the database where the Timestream database is to be deleted.

TableNamestring required

The name of the Timestream table to be deleted.

Response

Success