---
title: "Delete Detection"
method: DELETE
path: "/connect/detection/{id}"
tags: ["Detections"]
---

# Delete Detection

`DELETE /connect/detection/{id}`

Deletes an existing detection.

## Path parameters

- `id` string, required

## Response `200`

The override note was deleted successfully

## Other responses

- `400` — The provided input object or parameters are malformed or invalid
- `401` — Request was not properly authenticated
- `403` — Insufficient permissions for this request
- `404` — Detection not found
- `423` — Sync operation is blocked
- `500` — Internal SOC error; review SOC logs

## Changes

- **2026-02-27** `c7b650ad3d3e` — 1 info
  - added the non-success response with the status `423`
- **2025-01-26** `68dd01966c8b` — 1 info
  - added the non-success response with the status `404`
- **2024-12-10** `ee1120fd1e20` — 2 info
  - removed the non-success response with the status `404`
  - removed the non-success response with the status `423`

[Change history](https://skmtc.dev/security-onion-solutions/apis/security-onion-connect-api/changes/connect/detection/:id/delete.md)

---

[API](https://skmtc.dev/security-onion-solutions/apis/security-onion-connect-api.md) · [All operations](https://skmtc.dev/security-onion-solutions/apis/security-onion-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/security-onion-solutions/security-onion-connect-api/revisions/0576ce393f8d/schema)
