---
title: "DELETE /api/v1/customers/{id_or_alias}"
method: DELETE
path: "/api/v1/customers/{id_or_alias}"
tags: ["customer"]
---

# DELETE /api/v1/customers/{id_or_alias}

`DELETE /api/v1/customers/{id_or_alias}`

## Path parameters

- `id_or_alias` string, required

## Response `200`

Customer

## Other responses

- `401` — Unauthorized
- `404` — Customer not found
- `500` — Internal error

## Changes

- **2025-07-09** (v1) `dece17f86f99` — 4 breaking, 7 info
  - removed the media type `application/json` for the response with the status `401`
  - removed the media type `application/json` for the response with the status `404`
  - removed the media type `application/json` for the response with the status `500`
  - removed the success response with the status `204`
  - …7 more

[Change history](https://skmtc.dev/meteroid-oss/apis/meteroid/changes/api/v1/customers/:id_or_alias/delete.md)

---

[API](https://skmtc.dev/meteroid-oss/apis/meteroid.md) · [All operations](https://skmtc.dev/meteroid-oss/apis/meteroid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/meteroid-oss/meteroid/revisions/dece17f86f99/schema)
