put
https://api.accelevents.com/rest/host/event//session//visible/
Using this API, you can make sessions visible or hidden. If the session is hidden then it won't be listed in (display API)[https://developer.accelevents.com/reference/get-all-sessions] & (portal API)[https://developer.accelevents.com/reference/get-all-sessions-for-display-and-portal-page]
You need to send session-id as id and isVisible as path parameters. If you want to hide a particular session then you need to pass isVisible as true other wise it will be false.
This API can be used by authenticated users only, and it will require super admin/event admin/event staff level access.