---
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.

---

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