---
title: "DELETE /customer/phone/{phoneNumber}"
method: DELETE
path: "/customer/phone/{phoneNumber}"
tags: ["Customers"]
---

# DELETE /customer/phone/{phoneNumber}

`DELETE /customer/phone/{phoneNumber}`

Api to delete the customer by the given phone number with the country code

## Path parameters

- `phoneNumber` string, required

## Response `200`

If the auth token is valid.

- DeleteCustomerSuccess — Schema for success response
  - `message` string
  - `statusCode` number

## Other responses

- `403` — UnAuthorized.

---

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