Delete Markups
delete_markupsPermanently delete document markups for a specific company, project, and viewer document. Provide company ID, project ID, viewer doc ID, and markups to remove.
Instructions
Deletes markups for a specific company, project, and document. 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, viewer_doc_id, markups. Procore API: Project Management > Document Markup. Endpoint: DELETE /rest/v1.0/companies/{company_id}/projects/{project_id}/viewer_documents/{viewer_doc_id}/markups
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 | |
| viewer_doc_id | Yes | URL path parameter — unique identifier of the viewer doc | |
| markups | Yes | JSON request body field — the markups for this Document Markup operation |