Hi,
How do I delete a marked timespan by specifying an id? The docs example literally shows you can just pass the id of a created timespan into the deleteMarkedTimespan method:
This, however, doesn’t seem to work for me. Here is the example: https://snippet.dhtmlx.com/rblo1vm0
Click the “Remove Blocked” button - nothing happens despite the fact I am passing the id. If I don’t pass the id, it removes all the blocked successfully but I want to be able to remove particular timespans only.
Thanks.