> ## Documentation Index
> Fetch the complete documentation index at: https://docs.catchthegoodones.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a stream

> Archive a campaign (preserves historical lead attribution)

Archives the campaign. Sets `isActive=false` and `isArchived=true`. Historical leads attributed to this stream are preserved.

To restore: PATCH with `isActive: true, isArchived: false`.

## Response

```json theme={null}
{ "archived": true }
```

## Auth

Bearer or session cookie.
