Retrieve deleted meetings in team space
This endpoint allows you to retrieve information about deleted meetings within a specific team.
This endpoint allows you to retrieve information about deleted meetings within a specific team. This information can be useful for tracking deleted meetings and enabling automation for certain processes. This endpoint will return only those meetings that meet the following conditions:
- It has a specified meeting start date – dateFrom.
- It has a specified meeting end date – dateTo.
- It has a specified meeting location – location.
Request
- Method: GET
- Path: /external/v0/zapier/webhooks/teams/{teamId}/meetings/deleted
- Header:
- X-KEY: API key for authentication.
- Path variables:
- teamId(number): Unique team identifier.
Response
After successfully retrieving deleted meetings, you will receive response in JSON format with the same information as in the "Retrieve meetings in Team" endpoint.