Delete Company Currency Configuration
delete_company_currency_configurationPermanently delete the currency configuration for a company. Returns the deleted record, and currency fields remain null until a new configuration is created.
Instructions
Deletes the company's currency configuration. Returns the deleted configuration in the 200 response body. After deletion, subsequent GETs return null currency fields until a new configuration is created. Returns 404 if no configuration exists. 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. Permanently removes the company currency configuration. 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. Procore API: Construction Financials > Currency Configurations. Endpoint: DELETE /rest/v1.0/companies/{company_id}/currency_configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — integer ID of the Procore company. Obtainable from GET /rest/v1.0/companies. Identifies which company's currency configuration to act on. |