Skip to main content
DELETE
/
event-streams
/
{event_stream_id}
Delete event stream
curl --request DELETE \
  --url https://api.opal.dev/v1/event-streams/{event_stream_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

event_stream_id
string<uuid>
required

The ID of the event stream.

Response

200

The event stream was successfully deleted.

Last modified on June 5, 2026