---
title: "Delete a customer"
method: DELETE
path: "/v2/customers/{customer_key}"
tags: ["Customers"]
---

# Delete a customer

`DELETE /v2/customers/{customer_key}`

Deletes a customer with a given customer key.

## Path parameters

- `customer_key` string, required

## Response `200`

Deletes a customer with a given customer key.

- object
  - `data` object, required — Standard fields that are present on all database objects.
    - `created_at` integer — Immutable Unix timestamp in milliseconds taken at time of creation
    - `key` string — A unique identifier used to reference the object
    - `updated_at` integer — Unix timestamp in milliseconds taken at time of last update
  - `message` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — Not Found Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/partnerstack/apis/partnerstack-api.md) · [All operations](https://skmtc.dev/partnerstack/apis/partnerstack-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/partnerstack/partnerstack-api/revisions/0f35aebe53a9/schema)
