---
title: "Delete a priority"
method: DELETE
path: "/priorities/{id}"
tags: ["Priorities"]
---

# Delete a priority

`DELETE /priorities/{id}`

Permanently deletes the specified priority.

## Path parameters

- `id` string, uuid, required

## Response `204`

Priority deleted successfully.

## Other responses

- `401` — Unauthorized - missing or invalid API key.
- `403` — Forbidden. The provided API key is valid, but the user does not have sufficient permissions to perform this operation.
- `404` — Resource not found.

---

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