This interface can be used to delete a single event of the current user.
Yes
JSON
POST
The sent JSON object data should contain the following parameter:
The ID of the event that should be deleted.
data={ "id":12345 }
{ "APIVersion":3, "result":1 }
In case of an error, a different response is sent. Please take a look at Error Responses.