---
title: "DELETE /customer/id/{customerId}"
method: DELETE
path: "/customer/id/{customerId}"
tags: ["Customers"]
---

# DELETE /customer/id/{customerId}

`DELETE /customer/id/{customerId}`

Api to delete the customer by Id

## Path parameters

- `customerId` 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)
