added

API: New DELETE /session/{id} Endpoint

2880

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'

Check its API reference here →