calendar/events/remove

Delete a calendar event.

POST
https://api.elvanto.com/v1/calendar/events/remove.{json|xml|php}

Parameters

Name Type Description
id Required string The ID of the calendar event.
Expected request JSON HTTP POST
{
    "id": "57beccc8-af4a-11e0-9b4e-f27fa4b6a61b"
}
Expected response JSON XML PHP
{
    "generated_in": "0.018",
    "status": "ok",
    "event": {
        "id": "57beccc8-af4a-11e0-9b4e-f27fa4b6a61b"
    }
}
Error responses

Please see our response status codes documentation for details of potential error responses for any API request.

  • 250: Invalid Event ID The ID of the event does not exist.