---
title: "Cancel a registrant change"
method: DELETE
path: "/{account}/registrar/registrant_changes/{registrantchange}"
tags: ["registrant changes"]
---

# Cancel a registrant change

`DELETE /{account}/registrar/registrant_changes/{registrantchange}`

Cancel an ongoing registrant change from the account.

## Path parameters

- `account` integer, required
- `registrantchange` integer, required

## Response `202`

The registrant change is cancelling.

- object
  - `data` RegistrantChange, required
    - `id` integer, required
    - `account_id` integer, required
    - `contact_id` integer, required
    - `domain_id` integer, required
    - `state` 'new' | 'pending' | 'cancelling' | 'cancelled' | 'completed', required
    - `extended_attributes` TradeExtendedAttributes, required
    - `registry_owner_change` boolean, required
    - `irt_lock_lifted_by` string, date, required — A date value formatted as ISO 8601.
    - `created_at` string, date-time, required — A date-time value, representing when the entry was created, formatted as ISO 8601.
    - `updated_at` string, date-time, required — A date-time value, representing when the entry was last updated, formatted as ISO 8601.

## Other responses

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

## Changes

- **2025-07-11** (v2) `06780be0ef17` — 14 info
  - the response property `data` became required for the status `202`
  - the response property `data/account_id` became required for the status `202`
  - the response property `data/contact_id` became required for the status `202`
  - the response property `data/created_at` became required for the status `202`
  - …10 more
- **2023-08-31** (v2) `c2ba6cc226a7` — 2 breaking, 2 info
  - removed the success response with the status `200`
  - removed the success response with the status `201`
  - added the success response with the status `202`
  - added the success response with the status `204`
- **2023-07-26** (v2) `fb9b4727973a` — 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/registrant_changes/:registrantchange/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)
