Delete An RFI Response
delete_an_rfi_responsePermanently deletes a specific RFI response from a project. Use this to remove an incorrect or outdated response to a Request for Information.
Instructions
Deletes a specified response associated with a specified RFI and specified Project. Use this to permanently delete the specified RFI records. This cannot be undone. Permanently removes the specified RFI records. This action cannot be undone. Required parameters: project_id, rfi_id, id. Procore API: Project Management > RFI. Endpoint: DELETE /rest/v1.0/projects/{project_id}/rfis/{rfi_id}/replies/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| rfi_id | Yes | URL path parameter — unique identifier of the rfi | |
| id | Yes | URL path parameter — unique identifier of the RFI resource |