> For the complete documentation index, see [llms.txt](https://shopifyinternship.gitbook.io/imagerepository/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shopifyinternship.gitbook.io/imagerepository/images/delete-image.md).

# Delete Image

## Delete Image

<mark style="color:red;">`DELETE`</mark> `{{BASE_URL}}/v1/images/delete/:imageId`

This endpoint delete an image using the `imageId`

#### Path Parameters

| Name    | Type   | Description           |
| ------- | ------ | --------------------- |
| imageId | string | ID of image to delete |

#### Headers

| Name          | Type   | Description               |
| ------------- | ------ | ------------------------- |
| Authorization | string | Bearer `{{ACCESS_TOKEN}}` |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{
    "success": true,
    "message": "Image Deleted!"
}
```

{% endtab %}
{% endtabs %}
