Delete Context By ID
delete_context_by_idPermanently delete a Document Markup context and all associated layers, groups, and markups using company, project, and context IDs. This action cannot be undone.
Instructions
Delete a context and all its associated layers, groups, and markups using context ID. Pass skip_resource_deletion=true when the caller has already deleted external resources. 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, context_id. Procore API: Project Management > Document Markup. Endpoint: DELETE /rest/v1.0/companies/{company_id}/projects/{project_id}/contexts/{context_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 | |
| context_id | Yes | URL path parameter — unique identifier of the context | |
| skip_resource_deletion | No | Query string parameter — skip_resource_deletion |