Delete Meeting
delete_meeting_v1_0Permanently delete a specific meeting by providing its ID and project ID. This action cannot be undone.
Instructions
Delete a specified meeting from the system. Use this to permanently delete the specified Meetings. This cannot be undone. Permanently removes the specified Meetings. This action cannot be undone. Required parameters: id, project_id. Procore API: Project Management > Meetings. Endpoint: DELETE /rest/v1.0/meetings/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Meetings resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. |