Delete Stamp
delete_stampPermanently remove a specific document markup stamp from a Procore project. Supply company, project, and stamp IDs to delete the record.
Instructions
Deletes a stamp 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, stamp_id. Procore API (v2.0): Project Management > Document Markup. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/viewer_documents/stamps/{stamp_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — the unique identifier of the company | |
| project_id | Yes | URL path parameter — the unique identifier of the project | |
| stamp_id | Yes | URL path parameter — the unique identifier of the stamp to delete |