Hide Feed Event
Compatibility endpoint that hides an immutable Timeline event from the current viewer. It does not delete the event or its evidence. Use PUT /agent/feed/events/{event_id}/visibility to hide or restore explicitly.
Path Parameters
event_id*Event Id
Response Body
application/json
application/json
curl -X DELETE "https://example.com/agent/feed/events/string"{ "event_id": "string", "hidden": true, "success": true}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}