data retention
Start a retention check
Starts a new retention check for the given user. If a retention check for this user is already active a 409 status code is returned
post/retention/users/{username}/check
Request body
Example request
[
{
"path": "/",
"retention": 24
}
]Response
successful operation