Delete Subcategory
delete_subcategoryPermanently remove a subcategory from a project. This action cannot be undone and requires company, project, category, and subcategory identifiers.
Instructions
Delete a Subcategory from a Project. Assignments will lose their subcategory. A successful response returns the deleted Subcategory UUID. Use this to permanently delete the specified Resource Planning records. This cannot be undone. Permanently removes the specified Resource Planning records. This action cannot be undone. Required parameters: company_id, project_id, category_id, subcategory_id. Procore API: Resource Management > Resource Planning. Endpoint: DELETE /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/categories/{category_id}/subcategories/{subcategory_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| project_id | Yes | URL path parameter — unique identifier for the project | |
| category_id | Yes | URL path parameter — unique identifier for the Category. | |
| subcategory_id | Yes | URL path parameter — unique identifier for the Subcategory. |