---
title: "External Customer: Destroy"
method: DELETE
path: "/external_customers/{id}"
tags: ["One Click"]
---

# External Customer: Destroy

`DELETE /external_customers/{id}`

Deletes the external customer created by the Hosted Page One-Click feature
with the given `id`. This completely erases the stored payment details from
our database.

## Path parameters

- `id` string, required

## Response `200`

200 response

- object
  - `id` string, required

## Other responses

- `403` — Invalid authorization
- `404` — External customer does not exist

---

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