DELETE - Amazon Athena
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

DELETE

Deletes rows in an Apache Iceberg table. DELETE is transactional and is supported only for Apache Iceberg tables.

Synopsis

To delete the rows from an Iceberg table, use the following syntax.

DELETE FROM [db_name.]table_name [WHERE predicate]

For more information and examples, see the DELETE section of Update Iceberg table data.