---
title: "Release Task"
method: PUT
path: "/tasks/{taskId}/release"
tags: ["Task"]
---

# Release Task

`PUT /tasks/{taskId}/release`

Releases the task from its owner so that other task assignees will be able to accept it.

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `204`

No Content

## Other responses

- `400` — Error codes: * "empty": Empty value for variable mentioned in the "name" field on the error response.
- `401` — The user could not be identified.
- `403` — Error codes: * "forbidden": the authenticated user is not allowed to release the resource.
- `404` — Error codes: * "notFound": the task could not be found by identifier.
- `409` — Error codes: * "noOwner": the task currently has no owner. * "differentOwner": the authenticated user is not the owner of the task. * "invalidStatus": the task's status does not permit this operation.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
