Cancel a scheduled Meeting Agent BETA
Required plan: EmergingCancels a Meeting Agent that was previously scheduled using the Schedule Meeting Agent API.
Example Request #
DELETE /v1/meeting_agents HTTP/1.1
Host: {data_center_url}
Authorization: Bearer {API_KEY}
Content-Type: application/json; charset=utf-8
{
"scheduling_key": "your-identifier-for-this-unique-meeting"
}Example Response #
HTTP/1.1 202 AcceptedParameters #
data_center_url required
The URL for the data center you want to communicate with. Possible choices are:
api-au.cronofy.com- π¦πΊ Australiaapi-ca.cronofy.com- π¨π¦ Canadaapi-de.cronofy.com- π©πͺ Germanyapi-sg.cronofy.com- πΈπ¬ Singaporeapi-uk.cronofy.com- π¬π§ United Kingdomapi.cronofy.com- πΊπΈ United States
Find out more about Cronofy's data centers.
scheduling_key required #
The scheduling_key identifies the Meeting Agent from a previous Schedule a Meeting Agent API call.
If the previously-scheduled Meeting Agent has already begun joining the meeting, then it will remain active, and can be instead asked to leave the meeting using the remove_from_meeting operation.