---
title: "Unlocks a cloned order so it can be modified."
method: POST
path: "/order/{orderId}/unlock"
tags: ["Order"]
---

# Unlocks a cloned order so it can be modified.

`POST /order/{orderId}/unlock`

Unlocking clones the entire dataset and its datapoints.

## Path parameters

- `orderId` string, required

## Response `200`

OK

- UnlockOrderEndpointOutput
  - `datasetIds` object, required — The dataset IDs created by unlocking the order.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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