---
title: "Delete Category Rule"
method: DELETE
path: "/categories/rules/{id}"
tags: ["Category"]
---

# Delete Category Rule

`DELETE /categories/rules/{id}`

Deletes a category rule by its id. Clients can only delete their own rules.

## Path parameters

- `id` string, uuid, required

## Response `204`

Category rule deleted successfully

## Other responses

- `400` — Invalid category rule id
- `403` — Rule belongs to another client
- `404` — Category rule not found

---

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