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

# Delete activation

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

Delete a single activation. Requires edit permission.

## Response `204`

Activation deleted, empty response

## Other responses

- `400` — Bad request response (e.g. missing GET parameter, parameter value out of bounds)
- `401` — Access token is missing or invalid
- `404` — Resource not found (bad ID or resource deleted)
- `422` — Data in body does not meet requirements (e.g. missing field)
- `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)
