---
title: "Submit a forwarding cancellation request for the given fqdn"
method: DELETE
path: "/v2/customers/{customerId}/domains/forwards/{fqdn}"
tags: ["Domains"]
---

# Submit a forwarding cancellation request for the given fqdn

`DELETE /v2/customers/{customerId}/domains/forwards/{fqdn}`

<strong>Notes:</strong><ul><li>**shopperId** is **not the same** as **customerId**.  **shopperId** is a number of max length 10 digits (*ex:* 1234567890) whereas **customerId** is a UUIDv4 (*ex:* 295e3bc3-b3b9-4d95-aae5-ede41a994d13)</li></ul>

## Path parameters

- `customerId` string, required
- `fqdn` string, required

## Response `204`

Request was successful

## Other responses

- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — Resource not found
- `409` — The domain status does not allow performing the operation
- `422` — A valid `fqdn` must be specified
- `429` — Too many requests received within interval
- `500` — Internal server error

---

[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)
