Bulk Destroy Action Plan Template Receivers
bulk_destroy_action_plan_template_receiversPermanently remove multiple receivers from a specified project action plan template in one call. Supply project ID, plan template ID, and receiver IDs for immediate deletion.
Instructions
Bulk Destroy Action Plan Template Receivers from a given Project Action Plan Template. Confirm the target id with the matching show or list tool before calling. Pass the record's fields as top-level arguments — they are nested under "plan_template_receivers" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted. Permanently removes the action plan template receiver. 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: project_id, plan_template_id, ids. Procore API: Project Management > Action Plans. Endpoint: DELETE /rest/v1.0/projects/{project_id}/action_plans/plan_template_receivers/bulk_destroy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | JSON request body field — array of Receiver IDs | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| plan_template_id | Yes | JSON request body field — iD of the Project Action Plan Template |