Delete Group
delete_groupDelete a document markup group from a Procore project. Markups in the group must be moved or deleted first. This action is permanent and cannot be undone.
Instructions
Delete a group (markups in this group will need to be moved or deleted). Use this to permanently delete the specified Document Markup records. This cannot be undone. Permanently removes the specified Document Markup records. This action cannot be undone. Required parameters: company_id, project_id, group_id. Procore API: Project Management > Document Markup. Endpoint: DELETE /rest/v1.0/companies/{company_id}/projects/{project_id}/groups/{group_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| group_id | Yes | URL path parameter — unique identifier of the group | |
| delete_resources | No | Query string parameter — the delete resources for this Document Markup operation |