Delete A Link
delete_a_linkPermanently remove a specific project link from a Procore project. Use this to delete a link record; this action cannot be undone.
Instructions
Send a specific Project Home Link to the recycle bin. Use this to permanently delete the specified Project records. This cannot be undone. Permanently removes the specified Project records. This action cannot be undone. Required parameters: company_id, project_id, id. Procore API (v2.0): Core > Project. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/links/{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 — link unique identifier |