---
title: "Delete Customer Image"
method: DELETE
path: "/customers/{userId}/deleteImage"
---

# Delete Customer Image

`DELETE /customers/{userId}/deleteImage`

Deletes the profile image that is set for a customer.

## Path parameters

- `userId` integer, required

## Query parameters

- `image_ids` integer[], required

## Headers

- `Content-Type` string

## Response `200`

200

- object
  - `data` object[]
    - `code` integer
    - `message` string
    - `status` string
  - `warnings` unknown[]
    - unknown
  - `errors` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/versions/de241f2ed9b3/schema)
