---
title: "Remove Image"
method: POST
path: "/{visual_id}/remove_image"
tags: ["Endpoints"]
---

# Remove Image

`POST /{visual_id}/remove_image`

**Description**

With this route, you can remove an image from the gallery of your organization. The image won't be removed from Bria.

## Path parameters

- `visual_id` string, required

## Headers

- `api_token` string, required

## Response `200`

Successful operation.

## Other responses

- `400` — Bad request.
- `405` — Method not allowed.
- `460` — Failed to download image.
- `500` — Internal server error.
- `506` — Insufficient data. The given input is not supported by the Bria API.

---

[API](https://skmtc.net/bria-ai/apis/image-onboarding-api-reference.md) · [All operations](https://skmtc.net/bria-ai/apis/image-onboarding-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/image-onboarding-api-reference/versions/f8e257e0699e/schema)
