> ## 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 Post

> Permanently deletes a Business Profile post

Permanently deletes a Business Profile post.

|                       |                                |
| --------------------- | ------------------------------ |
| **App**               | Google Business Profile        |
| **Operation ID**      | `business_profile_delete_post` |
| **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                                                                                                                                                                             |
| ----------- | ------ | -------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `post_name` | string | No       | -       | Full resource name of the post to delete, from business\_profile\_list\_posts or business\_profile\_publish\_post (format: accounts/x/locations/y/localPosts/z). Deletion is permanent. |

## Output

**Type**: `Dict`

Returns the deleted post name and status.

**Fields**: `post_name`, `status`
