Terminate A Workflow Instance (Company) (Public)
terminate_a_workflow_instance_company_publicTerminate a running workflow instance for a company by providing the company and instance IDs.
Instructions
Terminate a Workflow Instance (Company) (Public). Use this to perform the terminate a action on Workflows. Creates a new Workflows and returns the created object on success (HTTP 201). Required parameters: company_id, id. Procore API (v2.0): Core > Workflows. Endpoint: POST /rest/v2.0/companies/{company_id}/workflows/instances/{id}/terminate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier for the workflow instance. |