---
title: "Remove a member from an allowance rule"
method: DELETE
path: "/rule-assignments/{id}"
tags: ["Allowance Management"]
---

# Remove a member from an allowance rule

`DELETE /rule-assignments/{id}`

Deletes a rule assignment. The member's allowance will be recalculated without this rule.

## Path parameters

- `id` integer, required

## Query parameters

- `reason` string, required — Why this assignment is being deleted — stored in the rule audit log.

## Response `200`

Successful response

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

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