Werk #16367: audit_log: Deprecate 'delete' method and replace it for 'archive'

Component REST API
Title audit_log: Deprecate 'delete' method and replace it for 'archive'
Date Feb 9, 2024
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.3.0b1 2.4.0b1
Level Trivial Change
Class Bug Fix
Compatibility Incompatible - Manual interaction might be required

Since the DELETE method actually archives the audit_log entries, this endpoint is replaced by domain-types/audit_log/actions/archive/invoke

The DELETE endpoint is deprecated and will be removed on version 2.4.0.

In order to update their scripts, users should replace curl -x DELETE http://host/site/api/1.0/domain-types/audit_log/collections/all

with curl -x POST http://host/site/api/1.0/domain-types/audit_log/actions/archive/invoke

To the list of all Werks