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

> Permanently deletes a Snapchat audience segment

Permanently deletes a Snapchat audience segment. This cannot be undone.

|                       |                                |
| --------------------- | ------------------------------ |
| **App**               | Snapchat Ads                   |
| **Operation ID**      | `snapchat_ads_delete_audience` |
| **Type**              | Action                         |
| **Connection**        | `snapchat_ads` (required)      |
| **Credits per run**   | 1                              |
| **Agent / MCP tool**  | Yes                            |
| **Requires approval** | Yes (write operation)          |

## Inputs

| Field         | Type                 | Required | Default | Description                                                                                                         |
| ------------- | -------------------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------------- |
| `account`     | DynamicAccount       | Yes      | -       | Select the Snapchat Ads account that owns the audience.                                                             |
| `audience_id` | string or SelectItem | Yes      | -       | Snapchat audience segment ID to permanently delete. This cannot be undone; ad squads targeting the segment lose it. |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `Dict`

Confirms the audience deletion.

**Fields**: `audience_id`, `deleted`
