> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Media

> Permanently deletes a photo or video from a Business Profile location

Permanently deletes a photo or video from a Business Profile location.

|                       |                                 |
| --------------------- | ------------------------------- |
| **App**               | Google Business Profile         |
| **Operation ID**      | `business_profile_delete_media` |
| **Type**              | Action                          |
| **Connection**        | `business_profile` (required)   |
| **Credits per run**   | 1                               |
| **Agent / MCP tool**  | Yes                             |
| **Requires approval** | Yes (write operation)           |

## Inputs

| Field        | Type   | Required | Default | Description                                                                                                                                                                              |
| ------------ | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `media_name` | string | No       | -       | Full resource name of the media item to delete, from business\_profile\_list\_media or business\_profile\_upload\_photo (format: accounts/x/locations/y/media/z). Deletion is permanent. |

## Output

**Type**: `Dict`

Returns the deleted media name and status.

**Fields**: `media_name`, `status`
