Delete Incident Alert Recipient
delete_incident_alert_recipientPermanently delete an incident alert recipient using company ID, severity level ID, and user ID. This action cannot be undone.
Instructions
Delete Incident Alert Recipient. Use this to permanently delete the specified Incidents. This cannot be undone. Permanently removes the specified Incidents. This action cannot be undone. Required parameters: company_id, severity_level_id, id. Procore API: Project Management > Incidents. Endpoint: DELETE /rest/v1.0/companies/{company_id}/incidents/severity_levels/{severity_level_id}/alert_recipients/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| severity_level_id | Yes | URL path parameter — incident Severity Level ID | |
| id | Yes | URL path parameter — incident Alert Recipient's User ID |