v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Event Streams

Archive an event stream

Archives the event-stream subscription, stopping event delivery without permanently removing the configuration. Returns the archived event stream.

delete/v6/event-streams/{eventStreamId}

Path parameters

eventStreamIdstring required

Response

Successful response

component_idsstring[] required
created_datestring required

RFC 3339 UTC date-time with a Z suffix. Precision up to milliseconds.

idstring required
stop_atstring required

RFC 3339 UTC date-time with a Z suffix. Precision up to milliseconds.

tagsstring[] required
updated_datestring required

RFC 3339 UTC date-time with a Z suffix. Precision up to milliseconds.

Example response

{
  "created_date": "2025-10-24T09:00:00.000Z",
  "description": "handlebars@buildtime:{{description}}",
  "name": "handlebars@buildtime:{{name}}",
  "stop_at": "2025-10-24T09:00:00.000Z",
  "updated_date": "2025-10-24T09:00:00.000Z"
}