Delete A LOV Code
delete_a_lov_code_companyPermanently deletes a naming standard LOV code mapping. Verify IDs with list tools first to avoid irreversible loss.
Instructions
Permanently deletes a naming standard LOV code mapping. Confirm the target id with the matching show or list tool before calling. company_id defaults to the value set by procore_set_config when omitted, and code_id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the LOV code. This cannot be undone, and a repeat call returns 404. 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: company_id, code_id. Procore API (v2.0): Core > Assets. Endpoint: DELETE /rest/v2.0/companies/{company_id}/assets/settings/naming_standard/codes/{code_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code_id | Yes | URL path parameter — unique identifier for the LOV code mapping. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| Accept-Language | No | JSON request body field — locale for localized response messages (for example: en, fr-FR, pseudo) |