---
title: "Delete a employee"
method: DELETE
path: "/employees/{id_person}/"
tags: ["Employees"]
---

# Delete a employee

`DELETE /employees/{id_person}/`

## Path parameters

- `id_person` integer, required

## Response `200`

Successful response

- object
  - `code` integer — Can be 1 for success, otherwise 0 for error
  - `message` string

---

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