Action: Delete meeting

Action: Delete meeting

Delete meeting action will delete online meeting from the calendar in Microsoft Teams and in Outlook as well. It allows to delete both a single meeting and a series of meetings. 

Example of Delete meeting action configuration on the current site




For more information about Action Builder read Action Builder introduction article.
Note 1: In order to use the action in Scheduled/Triggered Actions Teams Connector has to be approved by a tenant administrator and site has to be added to Approved sites list before this action can be used. 
Note 2: When you deploy the solution to another SharePoint tenant, it requires approval of Teams Connector on the deployment tenant as well. 
To configure the action additional properties should be specified:

Configuration

Property

Required

Type

Description

Owner

yes

String

Specify the ID, email or principal name of the owner of themeeting.

Meeting id

yes

String

Specify the MeetingId of the meeting. MeetingId parameter you can get from the output of the actions: Create Meeting or Get Meetings. To delete series of meeting use SeriesRootId parameter. Examples: 
=[[@Action.Get_meeting.Meetings]][0].MeetingId

=[[@Action.Get_meeting.Meetings]][0].SeriesRootId

Availability

Modern Forms

List Actions

Scheduled/Triggered Actions

-

-


Output 

There are no outputs for this action.