---
title: "Deletes a Policy"
method: DELETE
path: "/api/2026-07-01/resources/timeoff/policies/{id}"
tags: ["Timeoff > Policy"]
---

# Deletes a Policy

`DELETE /api/2026-07-01/resources/timeoff/policies/{id}`

Deletes a Policy

## Path parameters

- `id` string, required

## Response `200`

OK

- TimeoffPolicy
  - `id` string, required — The policy id.
  - `name` string, required — Policy name.
  - `main` boolean — Is the main policy? It will return true if it's the main policy if not it will return false.
  - `company_id` string, required — The company id.
  - `description` string — The policy description.

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
