---
title: "Decline a time off cancellation request"
method: POST
path: "/v1/timeoff/{timeoff_id}/cancel-request/decline"
tags: ["Time Off"]
---

# Decline a time off cancellation request

`POST /v1/timeoff/{timeoff_id}/cancel-request/decline`

Decline a time off cancellation request.


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage timeoffs (`time_and_attendance`) | - | Manage timeoffs (`timeoff:write`) |

## Path parameters

- `timeoff_id` string, required

## Request body

- DeclineTimeoffParams
  - `decline_reason` string, nullable, required

## Response `200`

Success

- SuccessResponse — A generic success response returned by operations that don't produce a specific resource (e.g., updates, deletes).
  - `data` object, required
    - `status` string — The result status. Always `"ok"` for successful operations.

## Other responses

- `401` — Unauthorized
- `409` — Conflict
- `422` — Unprocessable Entity
- `429` — Unprocessable Entity

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
