---
title: "Unlink the content from any existing translations"
method: POST
path: "/translation/unlink"
tags: ["Content Translation Operations"]
---

# Unlink the content from any existing translations

`POST /translation/unlink`

Unlinks the given content from any existing translations.
This operations runs asynchronously. For the given content:
* Content must be part of a translation group
* Content must be under the folder '/content/documents'

## Request body

- string[] — The content to unlink from existing translations

## Response `200`

OK

- TranslationJob — Translation job operation details
  - `operationId` string — generated unique id for the operation
  - `status` 'COMPLETED' | 'STARTING' | 'STARTED' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'ABANDONED' — status of the operation
  - `exitMessage` string — exit message in case of operation failure
  - `readCount` integer — number of records in input payload
  - `writeCount` integer — written items
  - `skipCount` integer — skipped items
  - `startTime` string, date-time — operation start time
  - `endTime` string, date-time — operation end time
  - `errorLog` string[] — error logs for failed linking operations

---

[API](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0.md) · [All operations](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bloomreach/documents-delivery-api-2-0/revisions/87bfc06578c2/schema)
