Cancel a scheduled Meeting Agent BETA

Required plan: Emerging

Cancels 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 Accepted

Parameters #

data_center_url required

The URL for the data center you want to communicate with. Possible choices are:

  • api-au.cronofy.com - πŸ‡¦πŸ‡Ί Australia
  • api-ca.cronofy.com - πŸ‡¨πŸ‡¦ Canada
  • api-de.cronofy.com - πŸ‡©πŸ‡ͺ Germany
  • api-sg.cronofy.com - πŸ‡ΈπŸ‡¬ Singapore
  • api-uk.cronofy.com - πŸ‡¬πŸ‡§ United Kingdom
  • api.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.