---
title: MediaDeletePayload - Shop Partners API
description: Return type for the `mediaDelete` mutation.
api_version: unstable latest
source_url:
  html: https://shopify.dev/docs/api/shop-partners/latest/payloads/MediaDeletePayload
  md: https://shopify.dev/docs/api/shop-partners/latest/payloads/MediaDeletePayload.md
---

# Media​Delete​Payload

payload

Return type for the `mediaDelete` mutation.

## Fields

* deleted​Id

  [ID](https://shopify.dev/docs/api/shop-partners/latest/scalars/ID)

* user​Errors

  [\[User​Error!\]!](https://shopify.dev/docs/api/shop-partners/latest/objects/UserError)

  non-null

  List of errors that occured while executing the mutation.

***

## Mutations with this payload

* [media​Delete](https://shopify.dev/docs/api/shop-partners/latest/mutations/mediaDelete)

  mutation

  Delete a shop video (soft delete).

  * id

    [ID!](https://shopify.dev/docs/api/shop-partners/latest/scalars/ID)

    required

    ### Arguments

    The video ID in GID format (e.g., gid://shopapp/ShopVideo/ea9088eb-9a19-45b8-9d2c-5ca2b8ae13d1).

  ***

***

## Map

### Mutations with this payload

* [media​Delete](https://shopify.dev/docs/api/shop-partners/latest/mutations/mediaDelete)