---
title: "Delete audience"
method: DELETE
path: "/api/cdp/settings/v1/app/{app_id}/audience/{id}"
tags: ["Data Activation"]
---

# Delete audience

`DELETE /api/cdp/settings/v1/app/{app_id}/audience/{id}`

Delete existing audience. Requires edit permission.

## Path parameters

- `app_id` string, uuid, required — ID of the app.
- `id` string, uuid, required — ID of the object.

## Response `204`

No content

## Other responses

- `400` — Bad request response (e.g. missing GET parameter, parameter value out of bounds)
- `401` — Access token is missing or invalid
- `402` — Data Activation module is disabled
- `404` — Resource not found (bad ID or resource deleted)
- `500` — Internal application error response (some service encountered unexpected error)

---

[API](https://skmtc.dev/piwik/apis/web-api.md) · [All operations](https://skmtc.dev/piwik/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/piwik/web-api/revisions/f63416a36168/schema)
