---
title: "Remove an image associated with a gameday"
method: DELETE
path: "/gamedays/{gameDayId}/summary/images/{imageName}"
tags: ["gamedays"]
---

# Remove an image associated with a gameday

`DELETE /gamedays/{gameDayId}/summary/images/{imageName}`

Deletes a specific image associated with a gameday.  This does delete the image on the backend so there is *no* recovery
Requires the privilege [`MINIMUM_TEAM_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `imageName` string, required
- `gameDayId` string, required

## Query parameters

- `teamId` string, required

## Response `default`

default response

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: MINIMUM_TEAM_PRIVILEGES

---

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