Version: SG FLX
Community

This is a Technical Preview and should not yet be used in production.

Delete Action

Content

The delete action deletes the index permanently. This action has to be the last action in a policy.

Example

{
  "steps": [
    ...
    {
      "name": "my-step",
      "conditions": [ ... ],
      "actions": [
        ...
        {
          "type": "delete"
        }
      ]
    }
  ]
}


Not what you were looking for? Try the search.