---
title: "Delete Finding Routing Rule"
method: DELETE
path: "/api/v1/findings/routing-rules/{id}"
tags: ["Finding Routing Rules"]
---

# Delete Finding Routing Rule

`DELETE /api/v1/findings/routing-rules/{id}`

Delete a finding routing rule. Findings already routed by this rule are not affected.

## Path parameters

- `id` string, required — The ID of the finding routing rule to delete.

## Request body

- C1ApiFindingV1DeleteFindingRoutingRuleRequestInput — The DeleteFindingRoutingRuleRequest message.

## Response `200`

Successful response

- C1ApiFindingV1DeleteFindingRoutingRuleResponse — The DeleteFindingRoutingRuleResponse message.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/d391405a35d3/schema)
