---
title: "Remove absence vacation"
method: POST
path: "/employees/vacation/remove"
tags: ["Absence"]
---

# Remove absence vacation

`POST /employees/vacation/remove`

## Headers

- `token` string, required
- `personal-token` string, required

## Request body

- EmployeeRemoveVacation — Employee create vacation data structure
  - `id` string, required — Vacation request id

## Response `200`

ОК

## Other responses

- `403` — Forbidden
- `404` — Not found
- `422` — Invalid request parameters

---

[API](https://skmtc.net/hurma/apis/hurma-public-api-v1-endpoints.md) · [All operations](https://skmtc.net/hurma/apis/hurma-public-api-v1-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hurma/hurma-public-api-v1-endpoints/versions/c2e35a68e512/schema)
