---
title: "Delete an allowance type"
method: DELETE
path: "/allowance-types/{id}"
tags: ["Allowance Management"]
---

# Delete an allowance type

`DELETE /allowance-types/{id}`

Deletes an allowance type. Rejected while leave types still draw from it, while it is any member's default type, while it still has rules, and for the last remaining type of the workspace.

## Path parameters

- `id` string, uuid, required

## 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)
