---
title: "Cancels a pending change of registrant request for a given domain"
method: DELETE
path: "/v2/customers/{customerId}/domains/{domain}/changeOfRegistrant"
tags: ["Domains"]
---

# Cancels a pending change of registrant request for a given domain

`DELETE /v2/customers/{customerId}/domains/{domain}/changeOfRegistrant`

## Path parameters

- `customerId` string, required
- `domain` string, required

## Headers

- `X-Request-Id` string

## Response `202`

Request Accepted. You may use GET /v2/customers/{customerId}/domains/{domain}/actions/CHANGE_OF_REGISTRANT_DELETE to poll status

## Other responses

- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — The contact does not exist
- `409` — There is already a similar action processing
- `422` — `domain` must be specified
- `429` — Too many requests received within interval
- `500` — Internal server error
- `502` — Dependent service unavailable

---

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