Delete Generic Tool Item
delete_generic_tool_itemPermanently delete a Generic Tool Item from a Procore project. Provide project, generic tool, and item IDs. This operation cannot be undone.
Instructions
Delete a Generic Tool Item. For more information on Generic Tool and Correspondence Tool endpoints, see Working with the Correspondence Tool. Use this to permanently delete the specified Custom - Configurable Tools. This cannot be undone. Permanently removes the specified Custom - Configurable Tools. This action cannot be undone. Required parameters: generic_tool_item_id, generic_tool_id, project_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: DELETE /rest/v1.0/projects/{project_id}/generic_tools/{generic_tool_id}/generic_tool_items/{generic_tool_item_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generic_tool_item_id | Yes | URL path parameter — unique identifier for the Generic Tool Item | |
| generic_tool_id | Yes | URL path parameter — unique identifier for the Generic Tool | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| view | No | Query string parameter — if supplied customize the response format |