Delete Meeting Attendee Record
delete_meeting_attendee_recordPermanently delete a meeting attendee record to disassociate a user from a meeting. Requires meeting ID, project ID, and attendee record ID.
Instructions
Delete a specified meeting attendee record, disassociating a given user from a meeting. Use this to permanently delete the specified Meetings. This cannot be undone. Permanently removes the specified Meetings. This action cannot be undone. Required parameters: meeting_id, project_id, id. Procore API: Project Management > Meetings. Endpoint: DELETE /rest/v1.0/meeting_attendee_records/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Meeting Attendee record | |
| meeting_id | Yes | Query string parameter — unique identifier of the meeting | |
| project_id | Yes | Query string parameter — unique identifier for the project. |