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

> Permanently deletes a Reddit Ads custom audience; this cannot be undone

Permanently deletes a Reddit Ads custom audience; this cannot be undone.

|                       |                                     |
| --------------------- | ----------------------------------- |
| **App**               | Reddit Ads                          |
| **Operation ID**      | `reddit_ads_delete_custom_audience` |
| **Type**              | Action                              |
| **Connection**        | `reddit_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 Reddit Ads account that owns the audience.                       |
| `audience_id` | string or SelectItem | Yes      | -       | ID of the custom audience to delete permanently. Deletion cannot be undone. |

### 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**: `str`

Returns success message confirming deletion.
