delete_a_link_v2_0
Remove a link from a Procore project by specifying company, project, and link identifiers using the Procore API.
Instructions
Delete a link. [Core/Project] DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/links/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Link unique identifier |