Retrieve Recycled Link
retrieve_recycled_linkRestore a deleted Project Home Link from the recycle bin using its unique ID. Specify the project and link ID to retrieve and reactivate the link.
Instructions
Retrieves and restores a specific Project Home Link from the recycle bin. Note: Requires either Company Admin or Project Home Admin permission. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified recycled link on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, id. Procore API: Company Admin > Project-Level Configuration. Endpoint: PATCH /rest/v1.0/links/{id}/restore
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Project-Level Configuration resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. |