Delete Generic Tool Status
delete_generic_tool_statusPermanently delete a specific status from a configurable generic tool in Procore. Requires company, tool, and status IDs.
Instructions
Delete the specified Generic Tool Status. 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: company_id, generic_tool_id, id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: DELETE /rest/v1.0/companies/{company_id}/generic_tools/{generic_tool_id}/statuses/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| generic_tool_id | Yes | URL path parameter — unique identifier for the Generic Tool | |
| id | Yes | URL path parameter — unique identifier for the Status |