Let the platform do the work

/Calls/:record DELETE

Overview

Deletes either a single event record or a series of event records

Request Arguments

Name Type Description Required
all_recurrences Boolean Flag to delete all events in a series. False

Request

http://{site_url}/rest/v10/Meetings/2c9e5c09-6824-0d14-f5cb-5130321ac3cf?all_recurrences=true

Response Arguments

Name Type Description
id String Returns the ID of the deleted record.

Response

{
    "id": "11cf0d0a-40af-8cb1-9da0-5057a5f511f9"
}

Change Log

Version Change
v10 Added /<module>/:record DELETE endpoint.