cURL
curl --request DELETE \ --url https://api.example.com/api/search/retention \ --header 'Authorization: Bearer <token>'
{ "deleted_count": 123, "message": "<string>" }
Cleanup expired knowledge asset chat threads based on retention policy (admin only)
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?