Skip to main content
Version: current

Scheduled Meeting - Delete a scheduled meeting

This API deletes a scheduled meeting using the meetingId returned when the meeting was created. Required OAuth scope: meeting:delete - To grant permission to delete the scheduled meeting.

Path Parameters
    meetingId string required

    The ID of the meeting.

Header Parameters
    Content-Type string

    The content type should be application/json.

    Example: application/json
Request Body
    cancel string

    Possible values: [current, all]

    Specifies the scope of the deletion. Use 'current' to delete a specific scheduled meeting or the current instance of a recurring meeting. Use 'all' to delete the entire series of recurring meetings.

Responses

Success


Schema
    status string

    Possible values: [Your meeting has been cancelled successfully., Your meetings has been cancelled successfully.]

    Message indicating the result of the delete operation.

Loading...