---
title: "Sets the time entries with the specified ids to unbilled."
method: POST
path: "/timeentries/setunbilled"
tags: ["timeEntries"]
---

# Sets the time entries with the specified ids to unbilled.

`POST /timeentries/setunbilled`

For setting already billed time entries to unbilled, the user needs to have admin permissions.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Headers

- `Authorization` string, required

## Request body

- SetTimeEntryBilledForm
  - `ids` string[], nullable — The ids of the time entries, which should be set to billed.

## Response `204`

No Content

- object

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
