---
title: "Delete Channel Profile"
method: DELETE
path: "/{channel_id}/profile"
tags: ["Creator Analysis"]
---

# Delete Channel Profile

`DELETE /{channel_id}/profile`

Delete the cached profile for a channel.

Used for cleanup or forcing re-analysis.

Args:
    channel_id: Database ID of the channel
    
Returns:
    Deletion result

## Path parameters

- `channel_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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