# Delete an Incident Update Deletes Incident Update record. Records are soft-deleted which means that such deleted record can still be viewed or potentially restored. Endpoint: DELETE /hubs/{subdomain}/incidents/{incident_id}/incident_updates/{incident_update_id} Version: 3.0-R1 Security: ApiKeyAuth ## Path parameters: - `subdomain` (string, required) Unique subdomain of requested Hub. - `incident_id` (integer, required) id of the requested incident. - `incident_update_id` (integer, required) id of the requested incident update ## Query parameters: - `api_version` (string) Api version Enum: "V3-R1" ## Response 200 fields (application/json): - `message` (string)