added
API: New DELETE /session/{id} Endpoint
over 3 years ago by Pierre Guilhou

We're excited to share that it's now possible to delete an event session via the API! Simply provide the ID of a valid session and cancel it at any time. Here's an example of how to use this new endpoint with cURL:
curl 'https://api.livestorm.co/v1/sessions/UUID' \
-X DELETE \
-H 'authorization: YOUR_API_TOKEN'