v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141911787.0 KB

Deletes a given Timestream database. This is an irreversible operation. After a database is deleted, the time-series data from its tables cannot be recovered.

All tables in the database must be deleted first, or a ValidationException error will be thrown.

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.DeleteDatabase

Headers

X-Amz-Target'Timestream_20181101.DeleteDatabase' required

Request body

DatabaseNamestring required

The name of the Timestream database to be deleted.

Response

Success