---
title: "Disable domain transfer lock"
method: DELETE
path: "/{account}/registrar/domains/{domain}/transfer_lock"
tags: ["registrar transfer"]
---

# Disable domain transfer lock

`DELETE /{account}/registrar/domains/{domain}/transfer_lock`

Unlocks the domain to allow domain transfers.

## Path parameters

- `account` integer, required
- `domain` string, required

## Response `200`

Successfully unlocked the domain.

- object
  - `data` DomainTransferLock
    - `enabled` boolean, required

## Other responses

- `400` — A required parameter is missing or the request is invalid.
- `404` — The requested resource doesn't exist.

## Changes

- **2025-07-11** (v2) `06780be0ef17` — 4 info
  - the response property `data/enabled` became required for the status `200`
  - the response property `errors` became required for the status `400`
  - the response property `message` became required for the status `400`
  - the response property `message` became required for the status `404`
- **2023-09-21** (v2) `8c84769c43ea` — 1 info
  - endpoint added
- **2023-07-18** (v2) `c8591dcf8c29` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/registrar/domains/:domain/transfer_lock/delete.md)

---

[API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.dev/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc.dev/dnsimple/apis/dnsimple-api/revisions/faec8b49cc03?raw)
