Skip to main content
POST
/
api
/
core
/
feedback
/
retention
Trigger feedback retention cleanup
curl --request POST \
  --url https://api.example.com/api/core/feedback/retention \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

message
string
required