mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 09:50:01 +00:00
17 lines
561 B
Markdown
17 lines
561 B
Markdown
![]() |
---
|
||
|
title: deleteAction
|
||
|
slug: /main-concepts/metadata-standard/schemas/entity/policies/lifecycle/deleteaction
|
||
|
---
|
||
|
|
||
|
# LifecycleDeleteAction
|
||
|
|
||
|
*An action to delete or expire the entity.*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`daysAfterCreation`** *(integer)*: Number of days after creation of the entity that the deletion should be triggered. Minimum: `1`.
|
||
|
- **`daysAfterModification`** *(integer)*: Number of days after last modification of the entity that the deletion should be triggered. Minimum: `1`.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2022-07-13 15:15:58.612083.
|