---
title: "Request the deletion of a shopper profile"
method: DELETE
path: "/v1/shoppers/{shopperId}"
tags: ["v1"]
---

# Request the deletion of a shopper profile

`DELETE /v1/shoppers/{shopperId}`

<strong>Notes:</strong><ul><li>Shopper deletion is not supported in OTE</li><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

- `shopperId` string, required

## Query parameters

- `auditClientIp` string, required

## Response `204`

Request was successful

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — Resource not found
- `409` — Active and locked shoppers cannot be deleted
- `422` — Shopper ID is not supplied or invalid
- `429` — Too many requests received within interval
- `500` — Internal server error

---

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