---
title: "Delete material image"
method: DELETE
path: "/v1/materials/{materialId}/images"
tags: ["Materials"]
---

# Delete material image

`DELETE /v1/materials/{materialId}/images`

Removes an image URL from a material and deletes the underlying storage object

## Path parameters

- `materialId` string, uuid, required

## Request body

- object
  - `url` string, required — Public URL of the image to delete
  - `organizationId` string, required — Organization ID

## Response `200`

Image deleted successfully

- object — Image deleted successfully
  - `ok` boolean

## Other responses

- `403` — Forbidden
- `404` — Material or image not found
- `500` — Internal server error

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
