API reference / Retention

Retention

Soft-delete / retention window configuration.

GET /api/v1/retention/config

Get the soft-delete retention window configuration.

Response

Response 200 (application/json)
{
  "retentionMs": 0
}

PATCH /api/v1/retention/config

Update the soft-delete retention window configuration.

Request

Request body (application/json)
{
  "retentionMs": 0
}

Response

Response 200 (application/json)
{
  "retentionMs": 0
}