Delete Meeting Category
delete_meeting_categoryPermanently delete a meeting category from a Procore project meeting. Provide company, project, meeting, and category IDs. This action cannot be undone.
Instructions
Delete meeting category. Use this to permanently delete the specified Meetings. This cannot be undone. Permanently removes the specified Meetings. This action cannot be undone. Required parameters: company_id, project_id, id, category_id. Procore API (v2.0): Project Management > Meetings. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/meetings/{id}/categories/{category_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Meetings resource | |
| category_id | Yes | URL path parameter — iD of the meeting category |