Remove An Existing Markup
remove_an_existing_markupDelete a markup from a Contract or Potential Change Order. This action is irreversible and requires admin permissions for the relevant tool.
Instructions
Remove an existing Markup from the holder. This endpoint supports the Contract and Potential Change Order tools. Access requires the user to have admin permissions for the relevant tool. Markups associated with contracts can be updated at any time. Markups on potential change orders can only be updated when the SOV (Schedule of Values) lines are in an editable state. Use this to permanently delete the specified Contracts. This cannot be undone. Permanently removes the specified Contracts. This action cannot be undone. Required parameters: project_id, holder_type, holder_id, id. Procore API: Construction Financials > Contracts. Endpoint: DELETE /rest/v1.0/financials/markups/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Contracts resource | |
| project_id | Yes | Query string parameter — iD of the Markup's Project | |
| holder_type | Yes | Query string parameter — type of the Markup's Holder | |
| holder_id | Yes | Query string parameter — iD of the Markup's Holder |