---
title: "DELETE Department"
method: DELETE
path: "/api/departments/{department_id}"
---

# DELETE Department

`DELETE /api/departments/{department_id}`

Este endpoint permite que você **remova um departamento** no sistema.

## Path parameters

- `department_id` integer, required

## Response `200`

200

- object
  - `message` string — Mensagem de confirmação retornada pela API.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/plugsign/apis/endpoints-manuais.md) · [All operations](https://skmtc.net/plugsign/apis/endpoints-manuais/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plugsign/endpoints-manuais/revisions/41e10c7c691b/schema)
