Hasura stores action logs of :ref:`async actions <async_actions>` in a table in the metadata schema. As the table gets larger, you may want to prune it.
You can use any of the following options to prune your logs depending on your need.
..admonition:: Warning
- Deleting logs is irreversible, so be careful with these actions.
- Deleting logs while subscriptions for the response might still be open may result into the loss of data and ``null`` values been returned.
The table involved
------------------
There is a specific table for action logs that is managed by Hasura:
-``hdb_catalog.hdb_action_log``: This table stores all captured action logs.
Option 1: Delete log of a particular action invocation