---
title: "Delete Org Alert Triage"
method: DELETE
path: "/orgs/{org_slug}/triage/alerts/{uuid}"
tags: ["triage"]
---

# Delete Org Alert Triage

`DELETE /orgs/{org_slug}/triage/alerts/{uuid}`

Delete a specific triage rule by UUID.

This endpoint consumes 1 unit of your quota.

This endpoint requires the following org token scopes:
- triage:alerts-update

## Path parameters

- `org_slug` string, required
- `uuid` string, required

## Response `200`

Deleted Alert Triage

- object
  - `result` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Insufficient max_quota for API method
- `404` — Resource not found
- `409` — Resource already exists
- `429` — Insufficient quota for API route

---

[API](https://skmtc.dev/socket-dev/apis/socket.md) · [All operations](https://skmtc.dev/socket-dev/apis/socket/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/socket-dev/socket/revisions/bf994b75d33f/schema)
