---
title: "Delete event stream"
method: DELETE
path: "/activities/stream"
---

# Delete event stream

`DELETE /activities/stream`

Remove an event stream.

## Query parameters

- `type` 'cis' | 'admin' | 'verify' | 'risk', required
- `stream_id` string, required

## Response `200`

Events stream: \<STREAM_ID\>, with \<TYPE\> events, was deleted successfully.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Cannot handle request without performing start collect action first.
- `404` — Stream not found.
- `406` — stream_id parameter is required and must be a continuous non-empty string.
- `500` — Internal server error

---

[API](https://skmtc.dev/transmitsecurity/apis/event-streaming.md) · [All operations](https://skmtc.dev/transmitsecurity/apis/event-streaming/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/transmitsecurity/event-streaming/revisions/6869735074f7/schema)
